Last active
October 16, 2019 17:03
-
-
Save arxeiss/a417443184da157210369ab50f708437 to your computer and use it in GitHub Desktop.
Sublime example project for Wordpress/Laravel and others with gd/FTPDeployment
This file contains hidden or 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": | |
[ | |
{ | |
"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