Special gitignore for WP Engine Workflow
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
*~ | |
.DS_Store | |
.svn | |
.cvs | |
.git | |
.sql | |
.gitattributes | |
.listing | |
*.bak | |
*.swp | |
*.log | |
plugins/wp-file-cache/cache | |
cache | |
_wpeprivate | |
.cache | |
temp | |
tmp | |
*.tmp | |
imagecache* | |
uploads* | |
*_backup | |
gt-cache | |
ics-importer-cache | |
wp-config-sample.php | |
wp-content/w3tc* | |
wp-content/w3-* | |
wp-content/plugins/wpengine-snapshot/snapshots/* | |
wp-content/uploads/snapshots | |
wp-content/themes/thesis*/custom/cache | |
wp-content/themes/thesis*/lib/scripts/cache | |
wp-content/themes/*/cache | |
wp-content/plugins/*/cache | |
wp-content/w3tc-bak | |
wp-content/backup* | |
wp-content/temp* | |
wp-content/debug.log | |
wp-content/backups | |
wp-content/managewp | |
wp-content/upgrade/* | |
wp-content/uploads | |
wp-content/mysql.sql | |
wp-content/blogs.dir/*/* | |
/wp-config.php | |
/.project | |
/.htaccess | |
/wp-activate.php | |
/wp-blog-header.php | |
/wp-comments-post.php | |
/wp-cron.php | |
/wp-links-opml.php | |
/wp-load.php | |
/wp-login.php | |
/wp-mail.php | |
/wp-settings.php | |
/wp-signup.php | |
/wp-trackback.php | |
/xmlrpc.php | |
/apple-touch-icon.png | |
/apple-touch-icon-precomposed.png | |
/favicon.ico | |
/index.php | |
/last-mod | |
/license.txt | |
/readme.html | |
/content.php | |
/functions.php | |
/header.php | |
/robots.txt | |
/wp-includes | |
/wp-admin | |
/wpEngine-content | |
/wp-content/plugins/akismet | |
/wp-content/themes/twenty* | |
/wp-content/index.php | |
/wp-content/plugins/hello.php | |
/wp-content/plugins/index.php | |
/wp-content/advanced-cache.php | |
/wp-content/themes/index.php | |
/wp-content/mu-plugins/* | |
pclzip-* | |
# WordPress debugging files | |
log.txt | |
debug.log | |
# Gallaries in various places | |
gallery/* | |
wp-content/gallery/* | |
wp-content/album/* | |
# Found in 'sneakernews' - probably just a backup but never going to be good to include | |
wp-content/plugins/plugins | |
# Found in the root of pod-1009 | |
.a | |
# Forum software we probably shouldn't support anyway | |
forum/* | |
# known large file types | |
*.hqx | |
*.bin | |
*.exe | |
*.dll | |
*.deb | |
*.dmg | |
*.iso | |
*.img | |
*.msi | |
*.msp | |
*.msm | |
*.mid | |
*.midi | |
*.kar | |
*.mp3 | |
*.ogg | |
*.m4a | |
*.ra | |
*.3gpp | |
*.3gp | |
*.mp4 | |
*.mpeg | |
*.mpg | |
*.mov | |
*.webm | |
*.flv | |
*.m4v | |
*.mng | |
*.asx | |
*.asf | |
*.wmv | |
*.avi | |
*.zip | |
*.tar | |
*.tgz | |
*.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment