Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ web/wp-content/mu-plugins/*
!web/wp-content/mu-plugins/.gitkeep
!web/wp-content/plugins/
web/wp-content/plugins/*
!web/wp-content/plugins/custom/
# Uncomment the next line and the update folder name to add a custom plugin to
# the repository. Repeat as needed.
# !web/wp-content/plugins/custom_plugin_name/
!web/wp-content/plugins/.gitkeep
!web/wp-content/themes
web/wp-content/themes/*
!web/wp-content/themes/custom/
# Uncomment the next line and the update folder name to add a custom theme to
# the repository. Repeat as needed.
# !web/wp-content/themes/custom_theme_name/
!web/wp-content/themes/.gitkeep
!web/wp-content/config/
web/wp
Expand Down