26 lines
417 B
Plaintext
26 lines
417 B
Plaintext
# Project-specific files
|
|
/*
|
|
!/.cpanel.yml
|
|
!/.gitea
|
|
!/.gitignore
|
|
!/.vscode
|
|
!/composer.*
|
|
!/phpcs.xml
|
|
!/wp-content/
|
|
/wp-content/*
|
|
|
|
# Scripts
|
|
!/scripts/
|
|
|
|
# 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/cascapediastjules/
|