Skip to content

Instantly share code, notes, and snippets.

@apzentral
Created January 30, 2021 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apzentral/9115879b77a7177524c4aa0b34b79d2f to your computer and use it in GitHub Desktop.
Save apzentral/9115879b77a7177524c4aa0b34b79d2f to your computer and use it in GitHub Desktop.
Sublime Project Setting
{
"folders": [
{
"path": ".",
"folder_exclude_patterns": [
"x64",
"x86",
".nuget",
"packages",
"TestResults",
"bin",
"obj",
"Properties",
"node_modules",
"vendor",
"app/storage/views",
"bower_components",
".vagrant",
".spyproject",
".mvn",
"dist",
".ipynb_checkpoints",
"__pycache__"
],
"file_exclude_patterns": [
"*.zip"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment