This commit is contained in:
2025-12-29 10:34:28 +01:00
commit 0347ee1342
35 changed files with 9593 additions and 0 deletions

21
frontend/.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Dependencies
node_modules/
# Production
dist/
build/
# Environment
.env
.env.local
.env.production
# Logs
*.log
# OS
.DS_Store
# IDE
.vscode/
.idea/