Skip to content

Commit

Permalink
Add default .gitignore file to ignore logs, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
Druotic committed Sep 18, 2014
1 parent 69effc3 commit d578b78
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# See https://help.github.com/articles/ignoring-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
/db/*.sqlite3-journal

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


# Add non-default ignores below

0 comments on commit d578b78

Please sign in to comment.