Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Created December 5, 2014 16:41
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 gaspanik/ee13b4edcb97d5df6008 to your computer and use it in GitHub Desktop.
Save gaspanik/ee13b4edcb97d5df6008 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
(中略)
"file_exclude_patterns":
[
"*.exe",
"*.psd",
".DS_Store",
"*.sublime-workspace",
"*.sublime-project",
".bowerrc",
".editorconfig",
".gitignore"
],
"folder_exclude_patterns":
[
".svn",
".git",
".sass-cache"
],
(以下略)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment