feat: initial project structure (Model Project) - Backend + Multi-Frontend + Docker

This commit is contained in:
VPS 4 Builder
2026-05-15 10:39:35 +02:00
commit 3beac0e0f2
288 changed files with 78761 additions and 0 deletions
+40
View File
@@ -0,0 +1,40 @@
# Dependency directories
node_modules/
jspm_packages/
# Build outputs
dist/
build/
.next/
out/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Database files
*.sqlite
*.sqlite-journal
# Log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# OS files
.DS_Store
Thumbs.db
# Project specific
backend/config.json
aleprojeto_completo/