David Blume's GitList
Repositories
testpython.git
Code
Commits
Branches
Tags
Search
Tree:
ad87502
Branches
Tags
main
python2
testpython.git
testpython.code-workspace
Add a Microsoft Code workspace file.
David Blume
commited
ad87502
at 2020-12-27 11:15:03
testpython.code-workspace
Blame
History
Raw
{ "folders": [ { "path": "." } ], "settings": { "files.exclude": { "**/.idea": true, // PyCharm "**/__pycache__": true } } }