chore: add .gitignore and remove node_modules from tracking

This commit is contained in:
2026-05-11 21:48:38 +02:00
parent d3b92593d5
commit 99eeffc810
14052 changed files with 18 additions and 2182061 deletions
+18
View File
@@ -0,0 +1,18 @@
# Dependencies
frontend/node_modules/
frontend/package-lock.json
# Build output
frontend/dist/
# Environment files
.env
.env.local
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db