From 5d5312e73ebda410d9d5c1689f8f2c60850dff26 Mon Sep 17 00:00:00 2001 From: Elias Ahokas Date: Sun, 21 Sep 2025 15:10:01 +0300 Subject: [PATCH] add gitignore --- cache/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cache/.gitignore diff --git a/cache/.gitignore b/cache/.gitignore new file mode 100644 index 0000000..c228bb2 --- /dev/null +++ b/cache/.gitignore @@ -0,0 +1,3 @@ +* +!README.md +!.gitignore