Created
September 26, 2018 12:07
-
-
Save ifthenelse/9cbc88caf96af71d4168787d7faa7fc4 to your computer and use it in GitHub Desktop.
wordpress-docker.sublime-project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"folders": [ | |
{ | |
"file_exclude_patterns": [ | |
"*.sublime-*", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
"*.class", | |
"*.psd", | |
"*.pdf", | |
"*.db", | |
"*.scssc", | |
"*.sql", | |
".DS_Store", | |
".*/*", | |
"_*/*", | |
"www/*", | |
"**/node_modules/*", | |
"**/node_modules/**/*", | |
"**/bower_components/*", | |
"**/bower_components/**/*" | |
], | |
"folder_exclude_patterns": [ | |
".sass-cache", | |
".bundles" | |
], | |
"path": ".", | |
"follow_symlinks": true | |
}, | |
{ | |
"file_exclude_patterns": [ | |
"*.sublime-*", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
"*.class", | |
"*.psd", | |
"*.pdf", | |
"*.db", | |
"*.scssc", | |
"*.sql", | |
".DS_Store", | |
"**/node_modules/*", | |
"**/node_modules/**/*", | |
"**/bower_components/*", | |
"**/bower_components/**/*" | |
], | |
"folder_exclude_patterns": [ | |
".sass-cache", | |
".bundles" | |
], | |
"path": "./www/htdocs", | |
"follow_symlinks": true | |
}], | |
"settings": | |
{ | |
"tab_size": 4 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment