From 301b5dd79477ff6170aac1d0ab34ceff329e9488 Mon Sep 17 00:00:00 2001 From: JSC Date: Tue, 29 Jul 2025 16:37:44 +0200 Subject: [PATCH] feat: Add .gitignore to exclude all files in temp directory except itself --- sounds/temp/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sounds/temp/.gitignore diff --git a/sounds/temp/.gitignore b/sounds/temp/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/sounds/temp/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file