Update .dockerignore

This commit is contained in:
fcarraUniSa
2026-02-18 14:31:51 +01:00
committed by GitHub
parent 363087f25f
commit 8718590bc7

View File

@@ -3,6 +3,9 @@ npm-debug.log
.git .git
.env .env
dist dist
build
backend/node_modules backend/node_modules
backend/npm-debug.log backend/npm-debug.log
backend/.env backend/.env
backend/uploads
.DS_Store