This repository has been archived on 2026-05-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tippspiel/.gitignore
T
Ronny 4234269ba0 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>
2026-04-04 01:14:59 +02:00

21 lines
155 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
backend/public/
# Vite
.vite/
*.timestamp-*
# OS
.DS_Store
# IDE
.vscode/
# Environment
.env
.env.*