Replies: 2 comments 4 replies
-
|
Biome uses only the ignore files. If you think our documentation isn't clear enough, please send a PR to better clarify it :) |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
Seems to have been implemented: #4822 🎉 |
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.
-
I was setting up an existing project and was wondering: is it expected behavior that this option works different than git ignore? I make use of
.git/info/excludequite a bit to exclude local configuration for tools that I'm using that aren't standard for the whole team. My expectation was thatvcs.useIgnoreFilewould mostly match git's behavior1 for exclusion.If this is intended behavior, I think it would be worthwhile to call out in the docs that only the
.gitignorefiles are read, but I would love if all applicable files are read based on the same rules that git is using, which does seem to be supported by theignorecrate.Footnotes
https://git-scm.com/docs/gitignore ↩
Beta Was this translation helpful? Give feedback.
All reactions