mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-28 08:35:30 +00:00
23 lines
261 B
Plaintext
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
|
|
*~ |