Update code reference documentation

This commit is contained in:
Dennis Dornon 2025-03-13 14:06:30 -04:00
parent 94434d85c7
commit 17a5d2f741
10 changed files with 130 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Ignore temporary build files
tools/code-reference/build/

# Ignore composer files in tools
tools/code-reference/vendor/
tools/code-reference/composer.lock

# Ignore source repositories (we don't want to commit these to mainwp.dev)
source/mainwp/.git/
source/mainwp-child/.git/