Files
pushkinohistory-ru-v2/.gitignore
striker f006eedf71
All checks were successful
deploy / deploy (push) Successful in 59s
security / security (push) Successful in 2m37s
chore(security): .gitignore + .gitleaks.toml защита от CMS-export leak
Превентивная защита от случайной публикации content/logs, content/data, ghost.*.json (см. инцидент moovg_ru 2026-05-24).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-24 20:09:27 +03:00

34 lines
729 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Security: НЕ коммитить production logs и CMS data exports
# (могут содержать API keys, JWT, private_key). См. инцидент 2026-05-24.
content/logs/
content/data/
*.production.log
*.production.log.*
ghost.json
ghost.*.json
*.ghost.*.json
node_modules/
dist/
.astro/
.env
.env.local
*.log
.DS_Store
Thumbs.db
# generated content (исходник в БД и/или в посты-md)
scripts/posts-raw.jsonl
# cron-агрегатор внешних RSS (данные пишутся в раннее)
data/news.json
# screenshot debug-помойка
poc-*.jpeg
poc-*.png
debug-*.jpeg
debug-*.png
# Vite-React backup (доступен через ветку vite-react-backup на origin)
.vite/