github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/ruby/rideshare_rails/.gitignore (about) 1 # See https://help.github.com/articles/ignoring-files for more about ignoring files. 2 # 3 # If you find yourself ignoring temporary files generated by your text editor 4 # or operating system, you probably want to add a global ignore instead: 5 # git config --global core.excludesfile '~/.gitignore_global' 6 7 # Ignore bundler config. 8 /.bundle 9 10 # Ignore the default SQLite database. 11 /db/*.sqlite3 12 /db/*.sqlite3-* 13 14 # Ignore all logfiles and tempfiles. 15 /log/* 16 /tmp/* 17 !/log/.keep 18 !/tmp/.keep 19 20 # Ignore pidfiles, but keep the directory. 21 /tmp/pids/* 22 !/tmp/pids/ 23 !/tmp/pids/.keep 24 25 26 /public/assets 27 28 # Ignore master key for decrypting credentials and more. 29 /config/master.key 30 31 _git