2016-12-03 14:15:00 +08:00
|
|
|
# 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'
|
|
|
|
|
2017-01-03 10:51:58 +08:00
|
|
|
# Ignore bundler config.
|
|
|
|
# /.bundle
|
|
|
|
|
2016-12-03 14:15:00 +08:00
|
|
|
# Ignore the default SQLite database.
|
2017-01-03 10:51:58 +08:00
|
|
|
# /db/*.sqlite3
|
|
|
|
# /db/*.sqlite3-journal
|
2016-12-10 11:11:50 +08:00
|
|
|
|
2016-12-03 14:15:00 +08:00
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
2017-01-03 10:51:58 +08:00
|
|
|
# /log/*
|
|
|
|
# !/log/.keep
|
|
|
|
# /tmp
|
|
|
|
# *.swp
|
2016-12-10 11:11:50 +08:00
|
|
|
|
|
|
|
# Ignore IDEA files
|
|
|
|
.idea/*
|
|
|
|
|
|
|
|
# Ignore the files you install in your computer
|
2017-01-03 10:51:58 +08:00
|
|
|
# Gemfile.lock
|