Created
May 31, 2020 02:15
-
-
Save fearlex/3a179dc7594967fabbb80843847286e2 to your computer and use it in GitHub Desktop.
QuamtumWP Wordpress .gitignore
This file contains 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
### WordPress | |
## Logs | |
*.log | |
## Uploads | |
wp-content/cache/* | |
wp-content/et-cache/* | |
wp-content/upgrade/ | |
wp-content/uploads/* | |
## Wordfence | |
wp-content/wflogs | |
.user.ini | |
wordfence-waf.php | |
## Misc | |
/readme.html | |
/sitemap.xml | |
/sitemap.xml.gz | |
## System | |
Thumbs.db | |
error_log | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment