chore: Initial WordPress project
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Project-specific files
|
||||
/*
|
||||
!/.cpanel.yml
|
||||
!/.gitea
|
||||
!/.gitignore
|
||||
!/.vscode
|
||||
!/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/
|
||||
Reference in New Issue
Block a user