add vscode to gitignore

This commit is contained in:
Francis Nickels 2022-05-23 17:22:58 -07:00
parent 48197dead4
commit 2d6d8c7aec
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View file

@ -37,3 +37,5 @@ bin
.idea/ .idea/
*.iml *.iml
.vscode

3
FJNnotes.md Normal file
View file

@ -0,0 +1,3 @@
Things to fix:
* default --version flag is not shown when running `tool help` but is shown when running `tool` or `tool --help` by itself
* `tool --help command` shows general help instead of `tool command --help` results