Some checks failed
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.
47 lines
1 KiB
Text
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/
|