Add logs/ and state/ directories with .gitkeep

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
František Musil
2026-05-12 14:25:34 +02:00
parent 80c4f6111c
commit d2058ff9ef
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -40,7 +40,9 @@ config/local.ts
debug/
# Runtime state
state/
state/*
!state/.gitkeep
# Change logs
logs/
logs/*
!logs/.gitkeep
View File