Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for ignoring .gitignore entries automatically #203

Open
jd1378 opened this issue Apr 6, 2023 · 3 comments
Open

add support for ignoring .gitignore entries automatically #203

jd1378 opened this issue Apr 6, 2023 · 3 comments

Comments

@jd1378
Copy link

jd1378 commented Apr 6, 2023

I'm trying to use this with nuxt
since vueFiles option does not support an array, I have to use './**/*.?(js|vue)', which ends up searching node_modules, and other ignored folders as well

it would be nice to have

@jd1378
Copy link
Author

jd1378 commented Apr 6, 2023

for my use case, simpler approach is to make vueFiles array

@jd1378
Copy link
Author

jd1378 commented Apr 6, 2023

I realized I could use something like this:
'./{components,pages,layouts}/**/*.?(js|vue)'

@jd1378
Copy link
Author

jd1378 commented Apr 6, 2023

doesn't seem to work out of box, leaving issue open as issue may still be valid for others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant