Created
August 13, 2015 23:56
-
-
Save leepowers/b47aeb08a33a8022c3a7 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
# Ignore everything in the root except the "wp-content" directory. | |
/* | |
!.gitignore | |
!wp-content/ | |
# Ignore everything in the "wp-content" directory, except the "plugins" and "themes" directories. | |
wp-content/* | |
!wp-content/plugins/ | |
!wp-content/themes/ | |
# Ignore everything in the "plugins" directory, except custom plugins | |
wp-content/plugins/* | |
!wp-content/plugins/trifacta-uservoice | |
# Ignore everything in the "themes" directory, except the custom themes | |
wp-content/themes/* | |
!wp-content/themes/trifacta |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment