Skip to content

Instantly share code, notes, and snippets.

@renshuki
Last active June 20, 2017 15:22
Embed
What would you like to do?
Default Wordpress .gitignore file for git repositories
# Keep these files out of the repo
/wp-content/themes/twenty*
/wp-content/upgrade
/wp-content/uploads
/sitemap.*
/wp-config.php
*.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