+ deactivate plugins helper wp script
+ ignore helper wp script for create .gitignore files in some wp-content dirs + nerest quick script example & readmes * update quick scripts with use SCRIPT_DIR logic (where quick scripts placed in subfolder of root project dir) * legacy create mysql example moved to root dir
This commit is contained in:
@ -15,8 +15,6 @@
|
||||
/wp-content/cache
|
||||
/wp-content/logs
|
||||
/wp-content/updraft
|
||||
/wp-content/upgrade
|
||||
/wp-content/uploads
|
||||
/wp-content/wp-cache-config.php
|
||||
/wp-content/webp-express
|
||||
/wp-content/wp-rocket-config
|
||||
@ -35,7 +33,7 @@
|
||||
# IDE ignores
|
||||
/.idea
|
||||
|
||||
# Bash script helpers in root dir
|
||||
/*.sh
|
||||
# composer root vendor dir ignore
|
||||
/vendor
|
||||
|
||||
# Custom ignores
|
||||
|
Reference in New Issue
Block a user