From 6f451f616a863e0a81e8e7d4e7399e84ba063cb4 Mon Sep 17 00:00:00 2001 From: Wan Ziyu Date: Tue, 9 Jun 2026 11:18:49 +0900 Subject: [PATCH] Added gitignore. Ignoring Claude local settings --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f4ea255 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# claude local settings +.claude/ \ No newline at end of file