untrack vscode folder

This commit is contained in:
simon 2022-01-26 20:21:08 +07:00
parent 2eea07c85e
commit b2f69d1433
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
2 changed files with 3 additions and 5 deletions

3
.gitignore vendored
View File

@ -3,3 +3,6 @@ __pycache__
# django testing db
db.sqlite3
# vscode custom conf
.vscode

View File

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