This commit is contained in:
thethinkloops
2025-12-27 14:07:45 +05:30
parent e6704863cf
commit 11885aeedc
2 changed files with 30 additions and 1 deletions

29
.dockerignore Normal file
View File

@@ -0,0 +1,29 @@
# Git
.git
.gitignore
# Docker files (not needed in image)
docker-compose.yml
Dockerfile
# Node / frontend
node_modules
npm-debug.log
yarn.lock
dist
build
# PHP / backend
vendor
# Env / logs
.env
*.log
# IDE
.vscode
.idea
# Tests
tests
coverage