nuxt / nuxt

The Intuitive Vue Framework.

Home Page:https://nuxt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve ignorePrefix JSDoc

volk234 opened this issue · comments

Environment

https://stackblitz.com/edit/github-4pefag?file=package.json&view=editor

Reproduction

https://stackblitz.com/edit/github-4pefag?file=package.json&view=editor

Describe the bug

  1. Create file "-test.txt" in public directory
  2. Build project
  3. The public directory does not contain a file "-test.txt"

Additional context

No response

Logs

No response

I'd say this is intended because - is the ignorePrefix. The JSDOC for it should be updated though.