From 2d97efa24c98d28fdec8f6c3754f2a0a7ab8dbdf Mon Sep 17 00:00:00 2001 From: Piotr Gawron <p.gawron@atcomp.pl> Date: Tue, 2 Apr 2024 15:37:52 +0200 Subject: [PATCH] add idea files to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a99a9da8..2c0f9943 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ tsconfig.tsbuildinfo # random files .vscode .DS_Store +.idea +out -- GitLab