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

52 lines
532 B
Plaintext

# Ignore bundler config.
config/database.yml
# Ignore database files.
postgresql
elasticsearch
redis
# Ignore public assets
public/uploads
public/packs
# Ignore all logfiles and tempfiles.
log
*.log
tmp
# Ignore IDE configuration files
.idea
# PDF invoices
invoices
# Excel exports
exports
# CSV imports
imports
# accounting archives
accounting
# Proof of identity files
proof_of_identity_files
# Development files
Vagrantfile
provision
.git*
Dockerfile
docker-compose*
test
.env
# Docs
*.md
doc
# Modules
node_modules