2015-05-05 03:10:25 +02: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
|
|
|
|
/vendor/cache
|
|
|
|
|
|
|
|
# Ignore the default SQLite database.
|
|
|
|
/db/*.sqlite3
|
|
|
|
/db/*.sqlite3-journal
|
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
2016-03-23 18:39:41 +01:00
|
|
|
/log/*.log
|
2015-05-05 03:10:25 +02:00
|
|
|
/tmp
|
2016-12-01 13:08:41 +01:00
|
|
|
/coverage
|
2015-05-05 03:10:25 +02:00
|
|
|
|
|
|
|
/public/uploads
|
|
|
|
/public/assets
|
2016-06-27 16:42:27 +02:00
|
|
|
/public/api
|
2015-05-05 03:10:25 +02:00
|
|
|
|
2016-03-24 11:03:26 +01:00
|
|
|
# Ignore application configurations
|
2016-03-23 18:39:41 +01:00
|
|
|
/config/application.yml
|
2016-03-24 11:03:26 +01:00
|
|
|
/config/database.yml
|
2016-03-23 18:39:41 +01:00
|
|
|
|
|
|
|
*.DS_Store
|
2015-05-05 03:10:25 +02:00
|
|
|
.idea
|
|
|
|
|
2016-03-23 18:39:41 +01:00
|
|
|
# PDF invoices
|
|
|
|
/invoices/*
|
|
|
|
|
2016-07-27 16:10:36 +02:00
|
|
|
# XLSX exports
|
|
|
|
/exports/*
|
|
|
|
|
|
|
|
|
2016-03-23 18:39:41 +01:00
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
.vagrant
|
2016-06-16 18:15:17 +02:00
|
|
|
.docker
|
2016-12-01 13:08:41 +01:00
|
|
|
|
2016-12-01 12:22:01 +01:00
|
|
|
# Do not versionate coveralls token
|
|
|
|
.coveralls.yml
|
2016-05-11 10:09:16 +02:00
|
|
|
|
2016-07-27 16:10:36 +02:00
|
|
|
# Plugins are versioned is their own repository
|
2016-05-11 10:09:16 +02:00
|
|
|
/plugins/*
|