Dienstplan-Pro/.gitignore
Kenearos 9c0dc7b4e1
Some checks failed
ci / standards-gate (pull_request) Has been cancelled
NodeJS with Webpack / build (18.x) (pull_request) Has been cancelled
NodeJS with Webpack / build (20.x) (pull_request) Has been cancelled
NodeJS with Webpack / build (22.x) (pull_request) Has been cancelled
chore: adopt engineering standard v1.0.0
Adopt the org engineering standard (its-consulting/standards @ v1.0.0).

Adds baseline governance/CI/policy files rendered from the standard's
templates and pins .standards-version=1.0.0. Vendored OPA/Rego policies
under .standards/policies/ so CI runs the gate locally (no cross-repo dep).
Placeholders ({{ORG}}/{{REPO}}/{{OWNER_HANDLE}}/{{MAINTAINER_EMAIL}}) filled in.
Existing files that differ were left untouched by the adopter.

Automated rollout. Files created: 16.
2026-07-01 19:32:52 +02:00

47 lines
1 KiB
Text

# .gitignore — rendered by adopt-standard.sh (verbatim; no placeholders).
# Secret-safe defaults consistent with the standards repo's own root .gitignore.
# ─────────────────────────────────────────────────────────────
# Secrets — NEVER commit decrypted material or raw keys.
# Only *.enc.* / *.sops.* (encrypted) and *.example files belong in git.
# ─────────────────────────────────────────────────────────────
*.dec
*.decrypted
*.plain.yaml
*.plain.json
*.plaintext
age.key
*.agekey
*.age.key
keys.txt
id_rsa
id_ed25519
*.pem
*.key
!*.pub
.env
.env.*
!.env.example
!.env.*.example
# OS / editor noise
.DS_Store
Thumbs.db
*.swp
*.swo
*~
.idea/
.vscode/
# Tooling caches / build output
.cache/
.conftest-cache/
.pre-commit-cache/
__pycache__/
*.py[cod]
.venv/
node_modules/
dist/
build/
coverage/
*.egg-info/