Skip to content

Instantly share code, notes, and snippets.

@yratof
Last active March 10, 2016 09:34
Show Gist options
  • Save yratof/7560885 to your computer and use it in GitHub Desktop.
Save yratof/7560885 to your computer and use it in GitHub Desktop.
Wordpress Gitignore
git config --global core.excludesfile ~/.gitignore_global
*~
.DS_Store
.svn
.cvs
*.bak
*.swp
Thumbs.db
wp-config.php
wp-content/uploads/
#Using CK2
.sass-cache/*
**/.sass-cache
**/.sass-cache/*
config.codekit
#Never Commit node modules
node_modules/
/wp-config.php
/wp-content/uploads
/wp-content/upgrade
/wp-content/backups
/wp-content/themes/twenty*
/wp-content/plugins/akismet
/wp-content/plugins/hello.php
/sitemap.xml
/sitemap.xml.gz
/.htaccess
.DS_Store
.sass-cache
*.idea
*.log
# Development plugins
kint-debugger
# Stop templates or designs being uploaded
*.psd
*.ai
photoshop/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment