From 4cb5ec958dd116511a1c43aa19f6987ee72b68ac Mon Sep 17 00:00:00 2001 From: iliailia Date: Tue, 18 Jan 2022 15:19:56 +0100 Subject: [PATCH] Ignore IDE files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 259148f..0279ec5 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ *.exe *.out *.app + +# IDE +*.code-workspace