Files
LehrerApp/.gitignore
T

83 lines
2.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ── Build-Ausgaben ────────────────────────────────────────────────────────────
bin/
obj/
out/
build/
# ── .NET ──────────────────────────────────────────────────────────────────────
*.user
*.suo
*.userosscache
*.sln.docstates
.vs/
*.rsuser
# NuGet
*.nupkg
*.snupkg
project.lock.json
project.fragment.lock.json
artifacts/
packages/
# Publish-Ausgaben
publish/
**/Properties/PublishProfiles/
# ── Sensible Laufzeit-Daten (NIEMALS ins Repo!) ───────────────────────────────
# Sync-Schlüssel und Geräte-IDs
*.key
device.id
auth.token
server.txt
# Lokale Datenbanken
*.db
*.db-journal
*.db-wal
*.db-shm
# Backups der lokalen DB
*.db.backup-*
# ── API / Docker ──────────────────────────────────────────────────────────────
# Lokale Datenhaltung des Servers
LehrerApp.Api/data/
# ── KI-Backend (ai-backend/, TODO 4.5.9) ───────────────────────────────────────
# Echte Zugangsdaten/API-Keys, nie committen — config.example.php bleibt getrackt.
ai-backend/config.php
docker/data/
# Umgebungsvariablen .env.example ins Repo, .env nicht
.env
!.env.example
# ── VS Code ───────────────────────────────────────────────────────────────────
.vscode/settings.json
# launch.json und tasks.json BLEIBEN im Repo (für alle Entwickler)
!.vscode/launch.json
!.vscode/tasks.json
# ── macOS ─────────────────────────────────────────────────────────────────────
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes
# ── Windows ───────────────────────────────────────────────────────────────────
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# ── Rider / JetBrains ─────────────────────────────────────────────────────────
.idea/
*.sln.iml
# ── Logs ──────────────────────────────────────────────────────────────────────
*.log
logs/