sublime project: hide useless folders and files
This commit is contained in:
parent
c5da5b9be9
commit
b90e50e3d5
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
"folders":
|
"folders":
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"path": "."
|
"path": ".",
|
||||||
|
"folder_exclude_patterns": ["__pycache__",".pytest_cache", ".mypy_cache"],
|
||||||
|
"file_exclude_patterns": [".coverage"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings":
|
"settings":
|
||||||
|
|
Loading…
Add table
Reference in a new issue