This commit is contained in:
Matthias Hochmeister
2026-02-23 17:08:58 +01:00
commit f09748f4a1
97 changed files with 17729 additions and 0 deletions

14
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
node_modules/
dist/
logs/
*.log
.env
.env.development
.env.production
.DS_Store
coverage/
*.swp
*.swo
*~
.vscode/
.idea/