.gitignore revision 5a57115bbe7d39803b4f2b1f5dbf6f0f760d9169
# 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
# Ignore bundler config and project file (eclipse/aptana)
.bundle
.project
# Ignore the default SQLite database
db/*.sqlite3*
# Ignore sql files (generated by migrations)
*.sql
# Ignore swap files (generated by vim editor)
*.swp
*~
# Ignore log files
/log
*.log
# Ignore temporary files
tmp/**/*
tmp/*
# Ignore packaged assets and uploads
/public/assets
/public/uploads
# Ignore folder attribute files
.DS_Store