Files
autodeploy/wp/.gitignore-example
dimti cbbbe00cdb + 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
2022-07-10 11:57:01 +03:00

40 lines
636 B
Plaintext

# Unnecessary files ignore
*.sql
*.gz
*.log
*.old
# wp config ignore
/wp-config.php
# wp-content uploads, backups and additional ignores
/wp-content/advanced-cache.php
/wp-content/aiowps_backups
/wp-content/backupwordpress-*
/wp-content/backup*
/wp-content/cache
/wp-content/logs
/wp-content/updraft
/wp-content/wp-cache-config.php
/wp-content/webp-express
/wp-content/wp-rocket-config
# Letsencrypt dir ignore
/.well-known
# duplicator plugin wp-snapshots ignore
/wp-snapshots
/dup*.txt
# webmasters confirmation files
/yandex*.html
/google*.html
# IDE ignores
/.idea
# composer root vendor dir ignore
/vendor
# Custom ignores