Browse Source

Add `.vscode` and `.idea` to `.gitignore`

Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
Yuki Kishimoto 11 months ago
parent
commit
d19486325f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1,3 +1,5 @@
 **/target
 /Cargo.lock
 .direnv
+.vscode/
+.idea/