Преглед изворни кода

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

Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
Yuki Kishimoto пре 11 месеци
родитељ
комит
d19486325f
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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