Skip to content

Instantly share code, notes, and snippets.

@ifthenelse
Created September 26, 2018 12:07
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 ifthenelse/9cbc88caf96af71d4168787d7faa7fc4 to your computer and use it in GitHub Desktop.
Save ifthenelse/9cbc88caf96af71d4168787d7faa7fc4 to your computer and use it in GitHub Desktop.
wordpress-docker.sublime-project
{
"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