add docker ignore

This commit is contained in:
2026-03-10 20:57:03 +02:00
parent 961f288d97
commit 55272e8bea

27
.dockerignore Normal file
View File

@@ -0,0 +1,27 @@
# Dependencies (installed inside the container)
src/node_modules
src/vendor
# Git
.git
.gitignore
# IDE
.idea
.vscode
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Documentation
*.md
docs/
deploy/
# Build artifacts
src/public/hot
src/public/build
src/storage/logs/*