Skip to content

Instantly share code, notes, and snippets.

@k4zuki02h4t4
Last active March 16, 2018 07:15
Show Gist options
  • Save k4zuki02h4t4/bc2d43809ff0f2915e93efce84319a44 to your computer and use it in GitHub Desktop.
Save k4zuki02h4t4/bc2d43809ff0f2915e93efce84319a44 to your computer and use it in GitHub Desktop.
Gitignore for WordPress.
i*~
*.bak
*.org
*.log
Thumbs.db
desktop.ini
.DS_Store
.buildpath
.project
.settings
*.tmproj
build
.idea
/.env
/vendor
wp-config.php
wp-content/advanced-cache.php
wp-content/wp-cache-config.php
wp-content/backup-db/
wp-content/backups/
wp-content/blogs.dir/
wp-content/cache/
wp-content/updraft/
wp-content/upgrade/
wp-content/plugins/hello.php
wp-content/plugins/debug-bar/
wp-content/plugins/debug-bar-console/
wp-content/plugins/debug-bar-cron/
wp-content/plugins/debug-bar-extender/
wp-content/plugins/developer/
wp-content/plugins/monster-widget/
wp-content/plugins/rewrite-rules-inspector/
wp-content/plugins/wordpress-beta-tester/
wp-content/plugins/wordpress-importer/
wp-content/themes/*
!wp-content/themes/index.php
!wp-content/themes/twentyseventeen
!wp-content/themes/mytheme
/.htaccess
/license.txt
/readme.html
/sitemap.xml
/sitemap.xml.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment