浏览代码

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/