feature/ignore-self-toggle #1

Merged
lukas.pupkalipinski merged 97 commits from feature/ignore-self-toggle into main 2026-03-14 21:19:28 +01:00
Showing only changes of commit 94661d7877 - Show all commits

40
frontend/.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# ─────────────────────────────────────────────
# frontend/.gitignore (React / Vite / TypeScript)
# ─────────────────────────────────────────────
# Dependencies
node_modules/
.pnp
.pnp.js
# Build output
dist/
.vite/
# TypeScript incremental build info
*.tsbuildinfo
# Testing
coverage/
.vitest/
# Env
.env
.env.*
!.env.example
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
*.log
# OS
.DS_Store
Thumbs.db
# Editor
.idea/
*.iml