Files
kgpz_web/.dockerignore
Simon Martens 4218db49b5 deployment prep
2025-09-30 12:21:57 +02:00

23 lines
261 B
Plaintext

# Exclude pictures directory from Docker build context (21GB)
pictures/
# Exclude development files
*.dev.json
*.log
.git/
.gitignore
README.md
*.md
# Exclude build artifacts
node_modules/
.npm/
dist/
build/
# Exclude IDE files
.vscode/
.idea/
*.swp
*.swo
*~