Merge pull request #306 from lippoliv/feature-ignore-vscode-folder

ignore vscode folder
This commit is contained in:
shamoon
2022-03-13 01:22:34 -08:00
committed by GitHub

3
.gitignore vendored
View File

@@ -61,6 +61,9 @@ target/
# PyCharm # PyCharm
.idea .idea
# VS Code
.vscode
# Other stuff that doesn't belong # Other stuff that doesn't belong
.virtualenv .virtualenv
virtualenv virtualenv