bouquins-ror/.gitignore

24 lines
531 B
Plaintext
Raw Permalink Normal View History

2015-06-28 08:40:19 +00:00
# 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.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
2015-06-28 09:48:20 +00:00
/db/metadata.db
2015-06-28 08:40:19 +00:00
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
2015-06-28 09:48:20 +00:00
*~
*.*.swp
2015-06-28 11:58:53 +00:00
/vendor/ruby
2015-07-05 08:22:19 +00:00
/public/calibre