From a830442126f6498af9e69add45be689cb6e8adef Mon Sep 17 00:00:00 2001 From: panzerzheng Date: Sat, 8 Nov 2025 18:02:33 +0800 Subject: [PATCH] add .gitignore file for MAC and IDE files. --- .gitingore => .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .gitingore => .gitignore (72%) diff --git a/.gitingore b/.gitignore similarity index 72% rename from .gitingore rename to .gitignore index ad5345d6..ceaf864c 100644 --- a/.gitingore +++ b/.gitignore @@ -1,4 +1,4 @@ # MAC *.DS_Store -.idea/ \ No newline at end of file +.idea/ -- Gitee