Files
bztmon-site/.gitignore
T
jwright f89957370e gitignore local staging
Draft posts are private staging. They reach the public only by being moved
into src/content/blog at publish time, deliberately, one at a time.
2026-08-04 03:28:31 +10:00

49 lines
718 B
Plaintext

# build output
dist/
# generated types
.astro/
# dependencies
node_modules/
# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# secrets — never commit (belt-and-suspenders; real creds live outside the repo)
.env*
!.env.example
*.pem
*.key
*.crt
*.p12
*.pfx
*.token
*.tfvars
*credentials*
.git-credentials
.netrc
id_rsa*
id_ed25519*
*.kubeconfig
kubeconfig
*.secret
secrets.*
# macOS-specific files
.DS_Store
# jetbrains setting folder
.idea/
# CI artifact
sbom.json
# Blog drafts are PRIVATE staging - this repo is public and anonymously readable.
# Nothing under drafts/ may ever be committed; a draft becomes public only by
# being moved into src/content/blog/ at publish time.
drafts/