chore: add .gitignore and remove tracked artifacts

Remove node_modules/, .DS_Store, .vscode/ and build output from
git tracking. Adds .gitignore to prevent future accidental commits
of dependencies and generated files.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ronny
2026-04-04 01:14:59 +02:00
parent 3d3ff097cf
commit 4234269ba0
2467 changed files with 20 additions and 989936 deletions
+20
View File
@@ -0,0 +1,20 @@
# Dependencies
node_modules/
# Build output
dist/
backend/public/
# Vite
.vite/
*.timestamp-*
# OS
.DS_Store
# IDE
.vscode/
# Environment
.env
.env.*