Skip to content

Instantly share code, notes, and snippets.

@prosenjit-manna
Created April 1, 2019 10:09
Show Gist options
  • Save prosenjit-manna/82ac9ae79bce9162992216f16f56c1fe to your computer and use it in GitHub Desktop.
Save prosenjit-manna/82ac9ae79bce9162992216f16f56c1fe to your computer and use it in GitHub Desktop.
#########################################
########## 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