Skip to content

Instantly share code, notes, and snippets.

@renshuki
Last active June 20, 2017 15:22
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 renshuki/708198f2fe69cd45eb684d55bb5df541 to your computer and use it in GitHub Desktop.
Save renshuki/708198f2fe69cd45eb684d55bb5df541 to your computer and use it in GitHub Desktop.
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