sublime project: hide useless folders and files

This commit is contained in:
Yax 2022-11-19 21:13:05 +01:00
parent c5da5b9be9
commit b90e50e3d5

View file

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