Skip to content

Instantly share code, notes, and snippets.

@aliboy08
Last active March 13, 2024 14:30
Show Gist options
  • Save aliboy08/123abd981f23222e85a790b7cac40800 to your computer and use it in GitHub Desktop.
Save aliboy08/123abd981f23222e85a790b7cac40800 to your computer and use it in GitHub Desktop.
wp git ignore
/*
!.gitignore
**/.DS_Store
**.log
gitignore/
!wp-content
wp-content/*
!wp-content/themes
# exclude default wordpress themes
wp-content/themes/twenty**
# include a specific theme
# !wp-content/themes/
# wp-content/themes/*
# !wp-content/themes/THEME_TO_INCLUDE
# include a specific plugin
# !wp-content/plugins/
# wp-content/plugins/*
# !wp-content/plugins/PLUGIN_TO_INCLUDE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment