From cb4148d800a9a0747ee0c72cb3c4979e9f272e09 Mon Sep 17 00:00:00 2001 From: bitfl0wer Date: Wed, 5 Apr 2023 21:55:19 +0200 Subject: [PATCH] Include vscode and idea dirs --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 22d3516..ef337e7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,8 @@ Cargo.lock # Added by cargo /target + +### + +.vscode/** +.idea/** \ No newline at end of file