-
-
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
Config Exclude is not excluding file types #3881
Comments
I found that I think this is caused by a bug of I will make a patch soon. |
That seems to be the case. I am using the "post_asset_folder" option. Thank you! |
seaoak
added a commit
to seaoak/hexo
that referenced
this issue
Nov 22, 2019
seaoak
added a commit
to seaoak/hexo
that referenced
this issue
Nov 22, 2019
2 tasks
thom4parisot
pushed a commit
to thom4parisot/hexo
that referenced
this issue
Jan 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First to rule-out hexo, I made a test folder, installed
micromatch
and created a test file, and ran it in the command-line. Worked perfectly.Micromatch Example - Working:
Hexo version:
4.0.0
Config Exclude Examples - Not Working:
Then, run
hexo clean
andhexo -g
.How come this isn't working in Hexo (using micromatch), but does work in micromatch?
The text was updated successfully, but these errors were encountered: