Files
tp/main_dc/yalarba/easySite/.gitignore
T
valitovgaziz eee067f0ca fix: track Dockerfile and .dockerignore in easySite
.gitignore was ignoring these files, causing them to be missing
on fresh checkout (e.g. after git pull on server), which broke
the Docker build. Removed the ignore entries so the files are
tracked by git.
2026-06-12 11:19:33 +05:00

8 lines
68 B
Plaintext

# .dockerignore
node_modules
.nuxt
.output
.git
*.log
.env
.DS_Store