From aef79c65112d0d3d715ad120371b29ad13e6ee7f Mon Sep 17 00:00:00 2001 From: ahmad-alsanie Date: Mon, 14 Feb 2022 20:20:30 +0200 Subject: [PATCH] fix: add .idea directory - intellij users --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ca2fa24..599c27af 100644 --- a/.gitignore +++ b/.gitignore @@ -61,4 +61,7 @@ target/ scratch/ # IPython Notebook templates -template.ipynb \ No newline at end of file +template.ipynb + +# Intellij +.idea \ No newline at end of file