# 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' /.yardoc /Gemfile.lock /_yardoc/ /coverage/ /doc/ /pkg/ /spec/reports/ /tmp/ # Ignore bundler config. /.bundle/ # Ignore gem artifacts /.gem # Ignore the default SQLite database. /db/*.sqlite3 /db/*.sqlite3-journal # Ignore database dump files: /db/dumps/* !/db/dumps/README.md # Ignore rspec examples list: /examples.txt # Ignore all logfiles and tempfiles. /log/* /tmp/* !/log/.keep !/tmp/.keep # Ignore Byebug/Bash/etc command history file. /.*_hist* # Ignore vim history file: /.viminfo # Ignore dotenv files, but not the dotenv examples: *.env # Don't ignore dotenv example files: !*example.env # Ignore IDE's and text editor artifacts: *.swp examples.txt # Ignore gem builds icalia-foresight-*.gem