2016-03-23 18:39:41 +01:00
|
|
|
# Ignore bundler config.
|
|
|
|
config/database.yml
|
|
|
|
|
2019-09-12 01:38:20 +02:00
|
|
|
# Ignore database files.
|
|
|
|
postgresql
|
|
|
|
elasticsearch
|
|
|
|
redis
|
|
|
|
|
2019-09-24 14:47:46 +02:00
|
|
|
|
2019-09-12 01:38:20 +02:00
|
|
|
# Ignore public assets
|
|
|
|
public/uploads
|
2020-10-20 16:08:05 +02:00
|
|
|
public/packs
|
2016-03-23 18:39:41 +01:00
|
|
|
|
|
|
|
# Ignore all logfiles and tempfiles.
|
|
|
|
log
|
2019-09-12 01:38:20 +02:00
|
|
|
*.log
|
2016-03-23 18:39:41 +01:00
|
|
|
tmp
|
|
|
|
|
2021-06-16 15:03:17 +02:00
|
|
|
# Ignore IDE configuration files
|
2016-03-23 18:39:41 +01:00
|
|
|
.idea
|
|
|
|
|
|
|
|
# PDF invoices
|
|
|
|
invoices
|
|
|
|
|
2019-09-24 17:42:50 +02:00
|
|
|
# Excel exports
|
|
|
|
exports
|
|
|
|
|
|
|
|
# CSV imports
|
|
|
|
imports
|
|
|
|
|
2020-10-20 16:08:05 +02:00
|
|
|
# accounting archives
|
|
|
|
accounting
|
|
|
|
|
2019-09-12 01:38:20 +02:00
|
|
|
# Development files
|
2016-03-23 18:39:41 +01:00
|
|
|
Vagrantfile
|
2019-09-12 01:38:20 +02:00
|
|
|
provision
|
2016-03-23 18:39:41 +01:00
|
|
|
.git*
|
|
|
|
Dockerfile
|
|
|
|
docker-compose*
|
2019-09-12 01:38:20 +02:00
|
|
|
test
|
2020-03-11 16:18:17 +01:00
|
|
|
.env
|
2019-09-12 01:38:20 +02:00
|
|
|
|
|
|
|
# Docs
|
|
|
|
*.md
|
|
|
|
doc
|
|
|
|
|
|
|
|
# Modules
|
|
|
|
node_modules
|