Skip to content

Instantly share code, notes, and snippets.

@yosukehasumi
Created May 7, 2020 18:36
Show Gist options
  • Save yosukehasumi/1114aa3fa331d501afc73fff52c5bedc to your computer and use it in GitHub Desktop.
Save yosukehasumi/1114aa3fa331d501afc73fff52c5bedc to your computer and use it in GitHub Desktop.
*.sublime-project example boilerplate
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [
"node_modules",
"public",
"storage",
"tmp",
"log",
],
"file_exclude_patterns": [
".rubocop-https---raw-githubusercontent-com-jhund-dotfiles-master--rubocop-yml",
"yarn.lock",
"Gemfile.lock",
"*.sublime-project"
]
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment