Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-brajer committed Feb 3, 2021
1 parent b68888e commit ebcfaa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,6 +1,7 @@
# My files.
TODO.txt
docs/index.html.lnk
*.lnk

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Expand Up @@ -30,7 +30,6 @@
"restructuredtext.sphinxBuildPath": "C:\\Python\\Scripts\\sphinx-build.exe",
"restructuredtext.confPath": "${workspaceFolder}\\docs\\source",
"restructuredtext.builtDocumentationPath": "${workspaceFolder}\\docs\\build\\html",
"restructuredtext.languageServer.disabled": false,
"python.linting.pycodestyleEnabled": true,
"python.linting.enabled": true,
}

0 comments on commit ebcfaa4

Please sign in to comment.