untrack vscode folder

This commit is contained in:
simon 2022-10-21 16:21:38 +07:00
parent d3255b7abd
commit 664de9ce11
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 1 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
# python stuff
__pycache__
.vscode
# protect real config files
config.json

View File

@ -1,5 +0,0 @@
{
"python.linting.pylintEnabled": true,
"python.linting.pycodestyleEnabled": false,
"python.linting.enabled": true
}