-
-
Save yratof/7560885 to your computer and use it in GitHub Desktop.
Wordpress Gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global core.excludesfile ~/.gitignore_global |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ | |
.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