2012-09-23 02:39:12 +00:00
|
|
|
# See http://help.github.com/ignore-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
|
|
|
|
|
2012-12-10 00:34:47 +00:00
|
|
|
config/database.yml
|
2013-04-26 04:32:09 +00:00
|
|
|
#public/assets
|
2012-09-23 20:21:41 +00:00
|
|
|
|
2012-09-23 02:39:12 +00:00
|
|
|
# Ignore bundler config
|
2012-12-15 18:49:12 +00:00
|
|
|
.bundle
|
2012-09-23 02:39:12 +00:00
|
|
|
|
|
|
|
# Ignore the default SQLite database.
|
2012-12-15 18:49:12 +00:00
|
|
|
db/*.sqlite3
|
2012-09-23 02:39:12 +00:00
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
2012-12-15 18:49:12 +00:00
|
|
|
log/*.log
|
|
|
|
tmp
|
2014-10-03 02:33:28 +00:00
|
|
|
|
|
|
|
.DS_Store
|