From 4bd1628486ca9ee2711c28007a7d6b8e4c786864 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 3 Oct 2022 22:24:11 -0400 Subject: [PATCH] Add more IDE settings to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4e5c5f3..cf14a10 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,8 @@ # Text editor remnants *.swp .vscode/* +.idea/* +*.kdev4 # General project-specific ignores __pycache__/*