Fix: Korrigiere Environment-Variablen und entferne dist/ aus Git

- .env.local: Verwendet localhost:3001 für lokale Entwicklung
- .env.server: Verwendet wss:// für Produktionsumgebung
- Entferne backend/dist/ aus Git-Tracking
- Erweitere .gitignore um backend/dist/
This commit is contained in:
Torsten Schulz (local)
2025-09-03 19:56:55 +02:00
parent 80d7a85902
commit fa0e055d2e
8 changed files with 20 additions and 30 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
.gitignore
.env
node_modules
node_modules/*
backend/.env
backend/images
backend/images/*
backend/node_modules
backend/node_modules/*
frontend/.env
frontend/node_modules
frontend/node_modules/*
frontend/dist
frontend/dist/*
frontedtree.txt
backend/dist/