mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-08 01:42:25 +02:00
Merge pull request #14957 from hyperlogic/bug-fix/add-jsdoc-out-dir
Add README.md file to tools/jsdoc/out dir to prevent jsdoc build failures
This commit is contained in:
commit
d4a41770d7
2 changed files with 6 additions and 1 deletions
6
tools/jsdoc/.gitignore
vendored
6
tools/jsdoc/.gitignore
vendored
|
@ -1,2 +1,6 @@
|
|||
out
|
||||
out/*
|
||||
!out/README.md
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
1
tools/jsdoc/out/README.md
Normal file
1
tools/jsdoc/out/README.md
Normal file
|
@ -0,0 +1 @@
|
|||
This is the output directory for the JavaScript API documentation generated by jsdoc.
|
Loading…
Reference in a new issue