Skip to content

Commit

Permalink
Add .vscode to gitignore (#68)
Browse files Browse the repository at this point in the history
VS Code makes a directory `.vscode/` with json configurations in it for C++ extensions. If we end up wanting certain configs for vs code to be stored in this repo, we can edit this later, for now will save a lot of trouble to ignore everything.
  • Loading branch information
GleasonK authored Sep 1, 2022
1 parent 7248c1b commit d805e42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
llvm-project
llvm-build
.vscode

0 comments on commit d805e42

Please sign in to comment.