Update dockerignore to ignore data directories during build (#190)

This commit is contained in:
Leendert de Borst
2024-12-25 22:41:40 +01:00
parent cb330219ab
commit bf40539e92

View File

@@ -22,4 +22,17 @@
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
README.md
# Exclude AliasVault data directories
database/
logs/
certificates/
# Exclude git directory
.git/
# Exclude development files
*.log
*.env
*.env.*