Replies: 1 comment
-
these are based on |
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.
-
What is the syntax for custom filters ?
I have this:
It does exclude the .git folder from the tree, that's what i want.
But it also exclude ANY files/folder STARTING with .git, like
.gitignore
,.gitmodules
, .github/
... How do i tell my filter to only exclude files that are exactly ".git
" and not ".git*
"Many thanks
Beta Was this translation helpful? Give feedback.
All reactions