From b65996538a628a348292fc4434002793e23f1094 Mon Sep 17 00:00:00 2001 From: Xiang Date: Mon, 3 Aug 2026 15:41:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=85=A5gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ceb563 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +### Mac ### +.DS_Store +*/.DS_Store \ No newline at end of file