From 9e493a44ed5c5b28f72a095dfec794d0b1c58c1f Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Thu, 31 Mar 2022 11:18:56 +0800 Subject: [PATCH] Ignore IDEA files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 66fd13c..0d9e6ef 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ + +.idea/ +*.iml \ No newline at end of file