From 1a9a1a69a693bb1af18b79b63b11f648964dd9ab Mon Sep 17 00:00:00 2001 From: draem0507 Date: Mon, 28 Mar 2022 14:22:44 +0800 Subject: [PATCH] =?UTF-8?q?add=20.idea=20=E3=80=81*.iml=20into=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e52d469..35cddeb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ node_modules/ .history .DS_Store site/ + +.idea +*.iml \ No newline at end of file