2014-11-06 14:46:59 +01: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'
|
|
|
|
|
|
|
|
# Ignore bundler config.
|
|
|
|
/.bundle
|
2016-02-05 20:02:36 +01:00
|
|
|
/vendor
|
2014-11-06 14:46:59 +01:00
|
|
|
|
|
|
|
# Ignore the default SQLite database.
|
|
|
|
/db/*.sqlite3
|
|
|
|
/db/*.sqlite3-journal
|
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
/log/*.log
|
|
|
|
/tmp
|
2014-12-04 20:32:31 +01:00
|
|
|
|
|
|
|
# Avatars of producst
|
|
|
|
public/system/products
|
2014-12-09 22:33:57 +01:00
|
|
|
public/system/users
|
2015-02-12 16:23:06 +01:00
|
|
|
|
2015-03-03 16:40:06 +01:00
|
|
|
.project
|
|
|
|
|
|
|
|
/coverage
|