mirror of
https://gh.wpcy.net/https://github.com/WordPressUtilities/WPUInstaller.git
synced 2026-05-24 01:04:46 +08:00
55 lines
827 B
Text
55 lines
827 B
Text
|
|
# Common
|
|
.DS_Store
|
|
.htpasswd
|
|
.sass-cache
|
|
/.htaccess
|
|
/composer.lock
|
|
/license.txt
|
|
/readme.html
|
|
/README.md
|
|
/vendor
|
|
diff-after.txt
|
|
diff-before.txt
|
|
my.cnf
|
|
node_modules
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
# WordPress
|
|
.disable_wpu_admin_protect
|
|
.maintenance
|
|
/xmlrpc.php
|
|
/wp-links-opml.php
|
|
/wp-signup.php
|
|
tools/backups
|
|
tools/logs
|
|
tools/source
|
|
tools/wputools
|
|
wp-cli.phar
|
|
wp-content/languages/themes/twenty*
|
|
wp-content/themes/twenty*
|
|
wp-content/uploads/
|
|
wpu-test.php
|
|
wpu_local_overrides.php
|
|
WPUtilities/
|
|
|
|
# Cache
|
|
wp-content/advanced-cache.php
|
|
wp-content/cache/
|
|
wp-content/db.php
|
|
wp-content/object-cache.php
|
|
wp-content/plugins/wp-rocket/license-data.php
|
|
wp-content/w3tc-config/
|
|
wp-content/upgrade-temp-backup/
|
|
wp-content/upgrade/
|
|
wp-content/wp-rocket-config/
|
|
*.sqlite-shm
|
|
*.sqlite-wal
|
|
|
|
# Config
|
|
wp-config.php
|
|
|
|
# Logs
|
|
*.log
|
|
wp-content/debug.log
|