From 9f301e2175b8b37785769c00c23c85d008e6da98 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Mon, 1 Nov 2021 11:03:13 -0300 Subject: [PATCH] Ignore .idea --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 680cf67..f703fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ # NPM **/packages-lock.json **/node_modules/ + +# Python +**/.idea/