allpro/.gitignore

14 lines
214 B
Text
Raw Normal View History

2013-08-04 19:35:10 -04:00
# Ignore bundler config.
/.bundle
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
2013-08-10 00:11:23 -04:00
# Ignore database config file
config/database.yml