Browse Source

Merge pull request #80 from willfindlay/fix-rust-analyzer

meta: ignore .vscode/ except .vscode/settings.json
Alessandro Decina 3 years ago
parent
commit
c4b6970774
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1,3 +1,5 @@
 Cargo.lock
 Cargo.lock
 target/
 target/
 libbpf/
 libbpf/
+.vscode/
+!.vscode/settings.json