Files
archicratie-edition/.gitignore
Archicratia ab6f45ed5c
All checks were successful
SMOKE / smoke (push) Successful in 6s
CI / build-and-anchors (push) Successful in 43s
CI / build-and-anchors (pull_request) Successful in 46s
chore(editorial): harden proposer queue and apply-ticket
2026-03-15 23:58:11 +01:00

33 lines
347 B
Plaintext

# --- secrets / env ---
.env
.env.*
!.env.example
# dev-only
public/_auth/whoami
public/_auth/whoami/*
# --- local backups ---
*.bak
*.bak.*
Dockerfile.bak.*
*.swp
*~
node_modules/
dist/
.astro/
/_release_out/
# --- macOS ---
.DS_Store
._*
# local backups
Dockerfile.bak.*
public/favicon_io.zip
# macOS
.DS_Store
# local temp workspace
.tmp/