UNPKG

@fws/cli

Version:

This CLI is work in progress and it's meant to work together with other Forwardslash boilerplates. Please do not use it if you don't have access to other stuff.

26 lines (19 loc) 436 B
# ignore everything in the "wp-content" directory, except: # "mu-plugins" directory # "plugins" directory # "themes" directory wp-config.php *.htaccess wp-content/* !wp-content/mu-plugins/ !wp-content/plugins/ !wp-content/themes/ # ignore log files *.log # ignore Editor files .idea .vscode wp-content/themes/*/index.sublime-workspace wp-content/themes/*/.sublime-gulp.cache # ignore node_modules wp-content/themes/*/node_modules