From fd3b1058216d647ac6f1ceb70f8c6ae6f45356ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BB=BA=E6=AD=A6?= Date: Fri, 2 May 2025 15:10:57 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BF=BD=E7=95=A5=20.idea=20=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .gitignore 文件中添加 .idea/目录,以忽略 IDE 相关的配置文件 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bb83a0f..0510976 100644 --- a/.gitignore +++ b/.gitignore @@ -190,7 +190,7 @@ cover/ # Translations *.mo *.pot - +.idea/ # Django stuff: *.log local_settings.py