mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 00:55:32 +00:00
deployment prep
This commit is contained in:
23
.dockerignore
Normal file
23
.dockerignore
Normal file
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
*~
|
||||
Reference in New Issue
Block a user