This commit is contained in:
CFOU
2026-09-14 20:50:19 +02:00
commit 3091fb4020
135 changed files with 10262 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Env
.env
.env.local
# Backend
backend/bin/
backend/tmp/
*.exe
# Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
# OS / IDE
.DS_Store
*.log
.vscode/
.idea/