2016-03-23 18:39:41 +01:00
|
|
|
# Ignore bundler config.
|
|
|
|
.bundle
|
|
|
|
vendor/cache
|
|
|
|
|
|
|
|
config/database.yml
|
|
|
|
config/application.yml
|
|
|
|
|
2019-09-12 01:38:20 +02:00
|
|
|
# Ignore database files.
|
2016-03-23 18:39:41 +01:00
|
|
|
db/*.sqlite3
|
|
|
|
db/*.sqlite3-journal
|
2019-09-12 01:38:20 +02:00
|
|
|
postgresql
|
|
|
|
elasticsearch
|
|
|
|
redis
|
|
|
|
|
|
|
|
# Ignore public assets
|
|
|
|
public/uploads
|
|
|
|
public/assets
|
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
|
|
|
|
|
2019-09-12 01:38:20 +02:00
|
|
|
# Ignore platform dependent files
|
2016-03-23 18:39:41 +01:00
|
|
|
*.DS_Store
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# PDF invoices
|
|
|
|
invoices
|
|
|
|
|
2019-09-12 01:38:20 +02:00
|
|
|
# Development files
|
2016-03-23 18:39:41 +01:00
|
|
|
.vagrant
|
|
|
|
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
|
|
|
|
|
|
|
|
# Docs
|
|
|
|
*.md
|
|
|
|
doc
|
|
|
|
|
|
|
|
# Modules
|
|
|
|
node_modules
|