sublime project: hide useless folders and files

pull/8/head
Yax 2 years ago
parent c5da5b9be9
commit b90e50e3d5

@ -2,7 +2,9 @@
"folders":
[
{
"path": "."
"path": ".",
"folder_exclude_patterns": ["__pycache__",".pytest_cache", ".mypy_cache"],
"file_exclude_patterns": [".coverage"]
}
],
"settings":

Loading…
Cancel
Save