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

49 lines
481 B
Plaintext
Raw Normal View History

2016-03-23 18:39:41 +01:00
# Ignore bundler config.
config/database.yml
# Ignore database files.
postgresql
elasticsearch
redis
# Ignore public assets
public/uploads
public/packs
2016-03-23 18:39:41 +01:00
# Ignore all logfiles and tempfiles.
log
*.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
# Excel exports
exports
# CSV imports
imports
# accounting archives
accounting
# Development files
2016-03-23 18:39:41 +01:00
Vagrantfile
provision
2016-03-23 18:39:41 +01:00
.git*
Dockerfile
docker-compose*
test
2020-03-11 16:18:17 +01:00
.env
# Docs
*.md
doc
# Modules
node_modules