Skip to content

Instantly share code, notes, and snippets.

@arxeiss
Last active October 16, 2019 17:03
Show Gist options
  • Save arxeiss/a417443184da157210369ab50f708437 to your computer and use it in GitHub Desktop.
Save arxeiss/a417443184da157210369ab50f708437 to your computer and use it in GitHub Desktop.
Sublime example project for Wordpress/Laravel and others with gd/FTPDeployment
{
"folders":
[
{
"path": ".../__PROJECT_FOLDER__/wp-content/themes/__THEME_NAME__/",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns":[ "composer.phar", "deployment.phar" ],
},
{
"path": ".../__PROJECT_FOLDER__",
"name": "wordpress",
"folder_exclude_patterns": ["wp-content/themes/__THEME_NAME__"],
}
],
"settings": {
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"default_line_ending": "unix",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment