Files
ARIA-AGENT/.gitignore
T
duffyduck 4e62b2919f chore(config): USER.md aus Repo nehmen — enthielt interne Tool-Liste
USER.md hatte Stefan-spezifische Infos (Gitea-URL hackersoft.de,
OpenCRM, STARFACE, RustDesk Tool-Stack). Hat im Repo nichts zu suchen.

USER.md ist jetzt in .gitignore, USER.md.example als Vorlage
eingecheckt. Lokale USER.md bleibt funktional unangetastet — nur
nicht mehr getrackt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 18:00:45 +02:00

62 lines
2.1 KiB
Plaintext

# ════════════════════════════════════════════════
# ARIA — .gitignore
# Faustregel: Code ja, Daten nein.
# ════════════════════════════════════════════════
# ── Secrets & Konfiguration ─────────────────────
# Alle .env Dateien ausschließen — außer .example Vorlagen
.env
.env.*
!.env.example
!.env.*.example
aria-data/config/*.env
!aria-data/config/*.env.example
!aria-data/config/openclaw.env
# Privater User-Profile-Snippet (Tool-Stack, interne URLs)
aria-data/config/USER.md
!aria-data/config/USER.md.example
# ── ARIAs Gedächtnis (nur per tar gesichert) ────
aria-data/brain/
# ── Stimmen (große Binärdateien) ─────────────────
aria-data/voices/
# ── Node / npm ──────────────────────────────────
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# ── Android Build ───────────────────────────────
android/build/
android/.gradle/
android/app/build/
android/android/.gradle/
android/android/app/build/
android/android/local.properties
android/local.properties
android/package-lock.json
*.apk
*.aab
rvs/updates/*.apk
# ── Tauri / Desktop Build ───────────────────────
desktop/src-tauri/target/
desktop/dist/
# ── Python ──────────────────────────────────────
__pycache__/
*.pyc
*.pyo
bridge/__pycache__/
# ── macOS ────────────────────────────────────────
.DS_Store
# ── Editor ──────────────────────────────────────
.vscode/settings.json
.idea/
*.swp
*.swo