chore: update .gitignore

This commit is contained in:
2022-01-06 23:42:12 +00:00
parent 4cc55874c7
commit 19e578b0ea
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@@ -130,3 +130,4 @@ dmypy.json
# custom
.DS_Store
.vscode/*

View File

@@ -1,8 +0,0 @@
{
"python.linting.pylintEnabled": false,
"python.linting.prospectorEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": ".venv/bin/python",
"restructuredtext.confPath": "${workspaceFolder}/docs/source",
"peacock.color": "#307E6A"
}