From 223b9831c5169ca122e29b4ed8b190c4b15f8ff0 Mon Sep 17 00:00:00 2001 From: vickydotbat Date: Thu, 18 Jun 2026 07:29:09 +0000 Subject: [PATCH] Always Gitkeep Cache (#6) Reviewed-on: https://git.westgate.pw/ShadowsOverWestgate/sow-tools/pulls/6 Co-authored-by: vickydotbat Co-committed-by: vickydotbat --- .cache/.gitkeep | 0 .gitignore | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .cache/.gitkeep diff --git a/.cache/.gitkeep b/.cache/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/.gitignore b/.gitignore index 3cb0d90..e37a434 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,8 @@ nwn-tool sow-toolkit # Go / build cache -.cache/ -.cache/** +.cache/* +!.cache/.gitkeep # nix build symlink result