add __pycache__ and .vscode to the default .gitignore

This commit is contained in:
Lephenixnoir 2021-01-04 13:45:56 +01:00
parent 203572b2af
commit fefff0637a
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
/*.g1a
/*.g3a
# Python bytecode
__pycache__/
# Common IDE files
*.sublime-project
*.sublime-workspace
.vscode