Skip to content

Instantly share code, notes, and snippets.

@tloudon
Created May 11, 2017 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tloudon/e9c6a7202893e9c99ac5e44e437d8eb1 to your computer and use it in GitHub Desktop.
Save tloudon/e9c6a7202893e9c99ac5e44e437d8eb1 to your computer and use it in GitHub Desktop.
sample wp gitignore
*.log
.DS_Store
wp-config-sample.php
wp-config.php
wp-content/backupwordpress*
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/bwp-minify/cache
/license.txt
/readme.html
/sitemap.*
/wp-content/themes/twenty*
*.sql
# Hidden files
*.DS_Store
*Thumbs.db
*.sass-cache*
*~imageoptim*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment