Created
October 19, 2022 02:57
-
-
Save devinsays/0b327ad5493d01ebd4c7ea54c4217cab to your computer and use it in GitHub Desktop.
GitIgnore Example for WooCommerce
This file contains 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
# Filetypes | |
*.sql | |
debug.log | |
.DS_Store | |
# Directories | |
node_modules/ | |
/tmp/ | |
/vendor/ | |
# Root files | |
/*.php | |
/*.ico | |
/*.txt | |
/*.png | |
/*.html | |
/.revision | |
/.htaccess | |
# Core files | |
/wp-content/*.php | |
/wp-content/.revision | |
/wp-includes/ | |
/wp-admin/ | |
/wp-content/upgrade/ | |
/wp-content/uploads/ | |
/wp-content/cache | |
# Themes | |
/wp-content/themes/twenty* | |
/wp-content/themes/index.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment