first commit

This commit is contained in:
Giuseppe Naponiello
2026-06-14 19:01:02 +02:00
commit 36bcc9a842
98 changed files with 26936 additions and 0 deletions

21
.dockerignore Normal file
View File

@@ -0,0 +1,21 @@
# Evita di copiare nei build context file pesanti o sensibili.
.git
.gitignore
**/.env
**/.env.*
!**/.env.example
**/node_modules
**/vendor
backend/storage/logs/*
backend/storage/framework/cache/*
backend/storage/framework/sessions/*
backend/storage/framework/views/*
backend/coverage.xml
backend/coverage
frontend/dist
frontend/coverage
frontend/stats.html
db-init/*.sql
db-init/*.sql.gz
**/.DS_Store
*.md