untrack vscode folder

pull/168/head
simon 2 years ago
parent 2eea07c85e
commit b2f69d1433
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

3
.gitignore vendored

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

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