Ignore /bin on new apps

This commit is contained in:
José Valim 2012-12-22 21:21:06 +01:00
parent a562f9fa09
commit 35c554f0bf
1 changed files with 4 additions and 3 deletions

View File

@ -4,13 +4,14 @@
# or operating system, you probably want to add a global ignore instead: # or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global' # git config --global core.excludesfile '~/.gitignore_global'
# Ignore bundler config # Ignore bundler related files
/.bundle /.bundle
/bin
# Ignore the default SQLite database. # Ignore the default SQLite database
/db/*.sqlite3 /db/*.sqlite3
/db/*.sqlite3-journal /db/*.sqlite3-journal
# Ignore all logfiles and tempfiles. # Ignore all logfiles and tempfiles
/log/*.log /log/*.log
/tmp /tmp