remove .vscode from future commits

This commit is contained in:
evanmm3 2024-05-31 09:03:24 -05:00
parent 8d5c768fc3
commit b33e857df4
2 changed files with 2 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
/target
*.snap.new
.out.hvm
.DS_Store
.DS_Store
.vscode

View File

@ -1,5 +0,0 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}