mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
Update code reference documentation
This commit is contained in:
parent
94434d85c7
commit
17a5d2f741
10 changed files with 130 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue