From e98166d0a6791172c5cbce87534de5dcacc9db3b Mon Sep 17 00:00:00 2001 From: dgelessus Date: Sun, 14 Jul 2019 02:07:49 +0200 Subject: [PATCH] Remove IntelliJ-related entries from .gitignore These should go into the local .git/info/exclude rather than the .gitignore in the repo. --- .gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index fa94a5a..7e19e4a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,3 @@ -# IntelliJ IDEA, PyCharm, etc. -.idea -*.iml -out -gen - # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]