Files
swyxweb/.gitignore
T
SvenandClaude Opus 5 ae397e1ea3 first commit
SwyxWeb: React-Frontend und Spring-Boot-Backend mit SwyxTray-Mock.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-20 11:03:34 +02:00

18 lines
225 B
Plaintext

# Backend
backend/target/
!backend/.mvn/wrapper/maven-wrapper.properties
# Frontend
frontend/node_modules/
frontend/dist/
frontend/.env
frontend/.env.local
*.tsbuildinfo
# Tooling / OS
.idea/
.vscode/
*.iml
.DS_Store
*.log