From e96a6400270333fcce32f4e254a1e5d77e35384c Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Mon, 7 Oct 2024 00:25:39 +0200 Subject: [PATCH] Ignore IDE specific files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a636a7e..fa9197d 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,7 @@ mihainator-*.tar npm-debug.log /assets/node_modules/ + +# IDE specific +.idea +.vscode \ No newline at end of file