Have Git ignore Visual Studio code files.

This commit is contained in:
Nathan Baker
2020-05-25 09:59:52 -07:00
parent 0164630e2f
commit a88774c136

2
.gitignore vendored
View File

@@ -3,3 +3,5 @@
*.py[cod] *.py[cod]
# PIP stuff # PIP stuff
*.egg-info *.egg-info
# Visual studio code
.vscode