Created
March 21, 2017 20:33
-
-
Save jonahcoyote/1510425d1be46ab3d5ae91907d61ba14 to your computer and use it in GitHub Desktop.
Common 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
/.gitignore | |
# codekit # | |
########### | |
.sass-cache/ | |
.codekit-config.json | |
.config.codekit | |
files/wp-content/themes/esco/assets/scss/.sass-cache/* | |
files/wp-content/themes/esco/config.codekit | |
/wp-content/themes/esco/config.codekit | |
# wpengine # | |
############ | |
*~ | |
.DS_Store | |
.svn | |
.cvs | |
*.bak | |
*.swp | |
Thumbs.db | |
# wordpress specific | |
wp-config.php | |
wp-content/blogs.dir/* | |
wp-content/upgrade/* | |
wp-content/backup-db/* | |
wp-content/advanced-cache.php | |
wp-content/wp-cache-config.php | |
#wp-content/cache/* | |
wp-content/cache/supercache/* | |
wp-content/mu-plugins/* | |
wc-logs/* | |
landing/importbuddy.php | |
landing/importbuddy.php | |
# wpengine specific | |
.smushit-status | |
.gitattributes | |
_wpeprivate | |
wp-content/object-cache.php | |
wp-content/mu-plugins/mu-plugin.php | |
wp-content/mu-plugins/slt-force-strong-passwords.php | |
wp-content/mu-plugins/limit-login-attempts/* | |
wp-content/mu-plugins/wpengine-common/* | |
wp-content/mysql.sql | |
*~ | |
.svn | |
.cvs | |
.git | |
.listing | |
*.bak | |
*.swp | |
*.log | |
plugins/wp-file-cache/cache | |
_wpeprivate | |
*_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/blogs.dir/*/* | |
pclzip-* | |
# WordPress debugging files | |
log.txt | |
debug.log | |
# 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 | |
# Vagrant | |
.vagrant | |
# 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 | |
dandelion.yml | |
.htaccess | |
wp-content/plugins/wp-spamshield/data/temp-comments-log-2c89838b51cd8ddc5b7b8b7e0dd0038f.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment