-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Exclude a folder from files to be checked/watched #1316
Comments
TL;DR |
Will this be useful? |
Got here from Google considering this is an undocumented feature and non-trivial. I think this feature was added in #2631 from issue #2632. This adds a global Adding the following property to your
The actual implementation site can be found in box.js |
to avoid issues see hexojs/hexo#1316 and hexojs/hexo#2380
hexo server
command was taking too much to execute in terminal, then I added the--debug
flag and have found out that Hexo is actually looking for changes in some folders unnecessarily. I want to exclude them from the files to be checked when Ihexo server
- folders just like node_modules:Is there a setting for ignoring folders? I was thinking about
skip_render
orexclude_generator
, but those didn't work. I guess the documentation wasn't that clear about their roles.Thank you!
The text was updated successfully, but these errors were encountered: