From 8023a57a449053f4d62a8b0036592d6e731d1221 Mon Sep 17 00:00:00 2001 From: huyz Date: Sun, 4 Aug 2024 10:18:10 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Gitignore=20JetBrains=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 42c0ff5..7460f8a 100644 --- a/.gitignore +++ b/.gitignore @@ -180,3 +180,10 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +############################################################################## +# Project + +# JetBrains +/.idea/ +*.iml