1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00
fab-manager/.dockerignore

45 lines
443 B
Plaintext
Raw Normal View History

2016-03-23 18:39:41 +01:00
# Ignore bundler config.
.bundle
vendor/cache
config/database.yml
config/application.yml
# Ignore database files.
2016-03-23 18:39:41 +01:00
db/*.sqlite3
db/*.sqlite3-journal
postgresql
elasticsearch
redis
2016-03-23 18:39:41 +01:00
# Ignore all logfiles and tempfiles.
log
*.log
2016-03-23 18:39:41 +01:00
tmp
public/uploads
public/assets
*.DS_Store
.idea
# PDF invoices
invoices
.DS_Store
# Development files
2016-03-23 18:39:41 +01:00
.vagrant
Vagrantfile
provision
2016-03-23 18:39:41 +01:00
.git*
Dockerfile
docker-compose*
# Docs
*.md
doc
# Modules
node_modules