2014-07-28 12:34:18 +03: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
|
|
|
|
|
|
|
|
# Ignore the default SQLite database.
|
|
|
|
/db/*.sqlite3
|
|
|
|
/db/*.sqlite3-journal
|
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
/log/*.log
|
|
|
|
/tmp
|
2014-07-28 13:04:42 +03:00
|
|
|
/config/database.yml
|
|
|
|
/config/secrets.yml
|
2014-07-28 13:17:36 +03:00
|
|
|
/db/schema.rb
|
2014-08-07 13:58:13 +03:00
|
|
|
/erd.pdf
|
2014-09-02 00:05:26 +03:00
|
|
|
/public/uploads/tmp/*
|
2015-05-30 18:24:12 +03:00
|
|
|
/public/uploads/personal_profile/*
|
2014-11-04 12:52:31 +02:00
|
|
|
.sass-cache/
|
2014-11-23 20:05:50 +02:00
|
|
|
/coverage/
|
2019-04-28 12:48:45 +03:00
|
|
|
/db/structure.sql
|
2024-02-20 02:27:07 +02:00
|
|
|
/storage/
|