Files
archicratie-edition/.gitignore
Archicratia 68c3416594
Some checks failed
CI / build-and-anchors (push) Failing after 2m6s
SMOKE / smoke (push) Successful in 13s
fix: …
2026-02-23 12:07:01 +01:00

31 lines
318 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