Quellcode durchsuchen

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

Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
Yuki Kishimoto vor 11 Monaten
Ursprung
Commit
d19486325f
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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