Created
June 23, 2016 13:14
-
-
Save madalinignisca/304f3e56a41ca8ad9fd2b7842fa4002c to your computer and use it in GitHub Desktop.
Up2date Gitignore 4 WordPress
This file contains hidden or 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
# Created by https://www.gitignore.io/api/wordpress | |
### WordPress ### | |
*.log | |
wp-config.php | |
wp-content/advanced-cache.php | |
wp-content/backup-db/ | |
wp-content/backups/ | |
wp-content/blogs.dir/ | |
wp-content/cache/ | |
wp-content/upgrade/ | |
wp-content/uploads/ | |
wp-content/wp-cache-config.php | |
wp-content/plugins/hello.php | |
/.htaccess | |
/license.txt | |
/readme.html | |
/sitemap.xml | |
/sitemap.xml.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment