mirror of
https://gh.llkk.cc/https://github.com/mainwp/mainwp.dev.git
synced 2025-10-03 15:34:35 +08:00
Initial run of PHPDocumentor
This commit is contained in:
parent
412fff5142
commit
ca95f1d826
3368 changed files with 3099159 additions and 11 deletions
33
.gitignore
vendored
33
.gitignore
vendored
|
@ -1,12 +1,27 @@
|
|||
# Ignore temporary build files
|
||||
tools/code-reference/build/
|
||||
# Composer
|
||||
/vendor/
|
||||
/composer.lock
|
||||
|
||||
# Ignore composer files in tools
|
||||
tools/code-reference/vendor/
|
||||
tools/code-reference/composer.lock
|
||||
# phpDocumentor cache
|
||||
/build/
|
||||
|
||||
# Ignore source repositories (we don't want to commit these to mainwp.dev)
|
||||
source/mainwp/.git/
|
||||
source/mainwp-child/.git/.DS_Store
|
||||
# Generated documentation
|
||||
# Uncomment if you want to exclude generated documentation from version control
|
||||
# /source-code/
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.sublime-*
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Node modules (if any)
|
||||
/node_modules/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue