Ability to add ignorePaths to flue.config.ts
#204
JayaKrishnaNamburu
started this conversation in
Feature Request
Replies: 1 comment
-
|
If the idea sounds good, would be happy to add the feature 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RFC
Summary
Ability to define
ignorePathstoflue.config.ts. So we can add aglobpattern. That can be added underflue/packages/cli/src/lib/config.ts
Lines 84 to 88 in 1b27a1d
and the framework already ignores a set of files like
.git,node_modulesetc. At the time of creating watcherflue/packages/cli/src/lib/dev.ts
Lines 347 to 356 in 1b27a1d
Background & Motivation
Right now, in one of my workflows that i am trying to build. After a successful fetch, i am creating some local files. And currently, flue dev watcher is reloading itself. Everything that happens.
Goals
We can add something like
And we can verify against them and stop reloading the dev watcher.
Beta Was this translation helpful? Give feedback.
All reactions