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
|
2020-03-11 16:18:17 +01:00
|
|
|
.env
|
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/*
|
|
|
|
|
2019-09-24 17:42:50 +02:00
|
|
|
# CSV imports
|
|
|
|
/imports/*
|
|
|
|
|
2019-01-10 10:52:29 +01:00
|
|
|
# Archives of cLosed accounting periods
|
|
|
|
/accounting/*
|
2016-07-27 16:10:36 +02:00
|
|
|
|
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/*
|
2018-10-25 12:38:32 +02:00
|
|
|
|
|
|
|
# Ignore node.js dev dependencies
|
|
|
|
/node_modules
|
2018-11-21 10:59:07 +01:00
|
|
|
npm-debug.log
|
2018-11-22 17:09:14 +01:00
|
|
|
yarn-error.log
|
2020-09-07 15:52:05 +02:00
|
|
|
|
|
|
|
/public/packs
|
|
|
|
/public/packs-test
|
|
|
|
/node_modules
|
|
|
|
/yarn-error.log
|
|
|
|
yarn-debug.log*
|
|
|
|
.yarn-integrity
|