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