Files
wp-headless/.gitignore

24 lines
399 B
Plaintext

# Project-specific files
/*
!/.cpanel.yml
!/.gitea
!/.gitignore
!/.vscode
!/README.md
!/composer.*
!/phpcs.xml
!/wp-content/
/wp-content/*
# Version-controlled plugins
!/wp-content/mu-plugins/
!/wp-content/plugins/
/wp-content/plugins/*
!/wp-content/plugins/.gitkeep
# Version-controlled themes
!/wp-content/themes/
/wp-content/themes/*
!/wp-content/themes/.gitkeep
!/wp-content/themes/moonshine/