Explorar o código

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

Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
Yuki Kishimoto hai 11 meses
pai
achega
d19486325f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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