https://github.com/Sephi-Chan/jeuweb
Revision 2b8009a45a7a84cff45f262df4f6f067d7945cc5 authored by Romain Tribes on 02 December 2013, 19:52:03 UTC, committed by Romain Tribes on 02 December 2013, 19:52:03 UTC
1 parent 0d66397
Raw File
Tip revision: 2b8009a45a7a84cff45f262df4f6f067d7945cc5 authored by Romain Tribes on 02 December 2013, 19:52:03 UTC
Fix .gitignore.
Tip revision: 2b8009a
.gitignore
# 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
/.bundle

# Ignore the default SQLite database.
/db/*.sqlite3

# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
.DS_Store

# Ignore sensitive config files.
/config/smtp.yml
/config/database.yml
back to top