Created
April 1, 2019 10:09
-
-
Save prosenjit-manna/82ac9ae79bce9162992216f16f56c1fe to your computer and use it in GitHub Desktop.
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
######################################### | |
########## Wordpress core files ######### | |
######################################### | |
*.htaccess | |
/wp-admin/ | |
/wp-includes/ | |
/*.php | |
/*.html | |
/*.txt | |
########################################### | |
########## Plugins ####################### | |
########################################### | |
# Ignore all plugins | |
/wp-content/plugins/* | |
#exclude | |
!/wp-content/plugins/plugin-name | |
########################################### | |
################# Theme ################### | |
########################################### | |
# Ignore all Themes | |
/wp-content/themes/* | |
#exclude | |
!/wp-content/themes/wp-pipeline | |
########################################### | |
################# Theme ################### | |
########################################### | |
## Sytems temp files | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment