Init monorepo: Frontend + Backend

This commit is contained in:
2025-11-20 06:59:26 +09:00
commit 3fa73b869b
35 changed files with 7898 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# --- Глобальные игноры ---
node_modules/
.DS_Store
*.log
# --- Frontend ---
survey-app/dist/
survey-app/node_modules/
survey-app/.env
survey-app/.env.local
# --- Backend ---
survey-backend/dist/
survey-backend/node_modules/
survey-backend/.env