/.bundle/ /.yardoc /_yardoc/ /coverage/ /doc/ /pkg/ /spec/reports/ /tmp/ .vscode # See https://help.github.com/articles/ignoring-files for more about ignoring files. # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' # Ignore bundler config. /test/dummy-rails/.bundle # Ignore all environment files (except templates). /test/dummy-rails/.env* /test/dummy-rails/.env*.erb # Ignore all logfiles and tempfiles. /test/dummy-rails/log/* /test/dummy-rails/tmp/* /test/dummy-rails/log/.keep /test/dummy-rails/tmp/.keep # Ignore pidfiles, but keep the directory. /test/dummy-rails/tmp/pid s/* /test/dummy-rails/tmp/pids/ /test/dummy-rails/tmp/pids/.keep # Ignore storage (uploaded files in development and any SQLite databases). /test/dummy-rails/storage/* /test/dummy-rails/storage/.keep /test/dummy-rails/tmp/storage/* /test/dummy-rails/tmp/storage/ /test/dummy-rails/tmp/storage/.keep /test/dummy-rails/public/assets # Ignore master key for decrypting credentials and more. /test/dummy-rails/config/master.key