Files
sigl/.dockerignore
2022-07-14 15:04:09 -07:00

17 lines
208 B
Plaintext

# Ignore .git
.git
# Ignore Test and Coverage Outputs
.htmlcov
.coverage
tests/.pytest*
# Ignore Configuration and JS/CSS source Files
config/
# Ignore Databases
*.db
# Ignore node_packages
node_modules/