From d2058ff9ef40a48722c88274cd47cfe4fe324ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Musil?= Date: Tue, 12 May 2026 14:25:34 +0200 Subject: [PATCH] Add logs/ and state/ directories with .gitkeep Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 6 ++++-- state/.gitkeep | 0 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 state/.gitkeep diff --git a/.gitignore b/.gitignore index c1dbfbe..50f7442 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,9 @@ config/local.ts debug/ # Runtime state -state/ +state/* +!state/.gitkeep # Change logs -logs/ +logs/* +!logs/.gitkeep diff --git a/state/.gitkeep b/state/.gitkeep new file mode 100644 index 0000000..e69de29