thunderbird2docuware/.gitignore
sylyx 0ca212dd4c Release-Skript: ATN-Signierung (unlisted) + Gitea-Release + Auto-Update
scripts/release.sh signiert die Extension via web-ext gegen
addons.thunderbird.net (Kanal unlisted, also signiert aber nicht öffentlich
gelistet), lädt das XPI als Gitea-Release hoch und trägt es in updates.json
ein. web-ext wird global genutzt oder per npx (kein globales Install nötig).
Secrets kommen aus scripts/.env (gitignored); .env.example als Vorlage.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 15:14:15 +02:00

19 lines
432 B
Plaintext
Raw Permalink 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.

# Lokale Einstellungs-Exporte enthalten das DocuWare-Passwort im Klartext NIE committen!
docuware-ablage-einstellungen.json
*einstellung*.json
settings*.json
# Build-Artefakte (das signierte XPI wird als Gitea-Release verteilt, nicht im Repo)
*.xpi
web-ext-artifacts/
# Release-Secrets (ATN-/Gitea-Token) NIE committen!
scripts/.env
.env
# No docs files
docs/
# Lokale Claude-Code-Anleitung nicht ins Repo
CLAUDE.md