tap/.gitignore

28 lines
578 B
Plaintext
Raw Permalink Normal View History

2014-11-06 13:46:59 +00: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'
2018-08-07 21:02:17 +00:00
.byebug_history
2014-11-06 13:46:59 +00:00
# Ignore bundler config.
/.bundle
2016-02-05 19:02:36 +00:00
/vendor
2014-11-06 13:46:59 +00:00
# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp
# Avatars of producst
public/system/products
2014-12-09 21:33:57 +00:00
public/system/users
2015-02-12 15:23:06 +00:00
2015-03-03 15:40:06 +00:00
.project
/coverage
2018-12-12 22:00:21 +00:00