fix(jsdoc-cli): enable test fixture to be added to repo

This commit is contained in:
Jeff Williams 2024-01-07 21:07:07 -08:00
parent 7fef4d303c
commit 8a038103a5
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

3
.gitignore vendored
View File

@ -44,9 +44,6 @@ jspm_packages/
.env
.env.test
# User-specific files
conf.json
# Generated files
test/tutorials/out
out/

View File

@ -0,0 +1,6 @@
{
"opts": {
"version": true
},
"sourceType": "script"
}