Files
archicratie-edition/.gitignore
Archicratia 69e439a74c
All checks were successful
SMOKE / smoke (push) Successful in 5s
CI / build-and-anchors (push) Successful in 44s
chore(editorial): harden proposer queue and apply-ticket
2026-03-16 00:19:12 +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/