Skip to content

Commit

Permalink
sublime project: hide useless folders and files
Browse files Browse the repository at this point in the history
  • Loading branch information
kianby committed Nov 19, 2022
1 parent c5da5b9 commit b90e50e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stacosys.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"folders":
[
{
"path": "."
"path": ".",
"folder_exclude_patterns": ["__pycache__",".pytest_cache", ".mypy_cache"],
"file_exclude_patterns": [".coverage"]
}
],
"settings":
Expand Down

0 comments on commit b90e50e

Please sign in to comment.