go-learn/.gitignore
sab.code.lab 1c85091186 chore: восстановление репозитория из снапшота v0.3.1
Прежняя git-история утрачена при переносе проекта на машину владельца
(снапшот без .git). Хэши коммитов в docs/reports/* относятся к утраченной
истории.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-07 09:34:02 +02:00

18 lines
279 B
Text
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.

node_modules/
dist/
coverage/
*.local
.env
.env.*
!.env.example
.DS_Store
Thumbs.db
*.tsbuildinfo
# Этап 8: серверный конфиг с секретами (V.4) и локальные файлы SQLite
/server/config.php
*.sqlite
*.sqlite-wal
*.sqlite-shm
**/.astro/