From 7f5247b8c837257dc07cd7f639fd44f2912ee449 Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Thu, 17 Dec 2020 12:35:23 +0100 Subject: [PATCH] Ignore files of Intellij IDEA in Git --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0bddf85..f5c55ca 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ flatpak-repo _build _install __pycache__ +.idea +venv -- GitLab