++ Primo Caricamento

This commit is contained in:
2026-03-30 19:15:13 +02:00
commit 663a68d59b
47 changed files with 3561 additions and 0 deletions

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
/vendor/
/node_modules/
# Ambiente
.env
.env.*
!.env.example
# Cache applicazione
/bootstrap/cache/*.php
/storage/*.key
# Storage generato
/public/hot
/public/storage
/public/build
# PHPUnit
/.phpunit.cache
# Database SQLite di sviluppo
*.sqlite
*.sqlite-journal
# Composer
composer.phar
# Editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
# Log
/storage/logs/*.log