From 669c1c4f026a00e8dfd2d4179d9d764dba681a7b Mon Sep 17 00:00:00 2001 From: Andreas Domanowski <andreas@domanowski.net> Date: Tue, 28 Feb 2023 11:25:01 +0100 Subject: [PATCH] Ignore JetBrains IDE files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 721edef..4296ae1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ __pycache__/ *.pyc codimd-documents/ + +.idea \ No newline at end of file -- GitLab