You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When .gitignore contains characters like out, git will ignore just out file or out directory. Biome ignores layout.tsx, routes/foo.ts when vcs option enabled. I think it is partially matching like lay out and r out es.
Is this expected behavior?
Thanks
Environment information
What happened?
repro: https://codesandbox.io/p/devbox/funny-proskuriakova-p5vszk?file=/.gitignore:3,1
When
.gitignore
contains characters likeout
, git will ignore justout
file orout
directory. Biome ignoreslayout.tsx
,routes/foo.ts
whenvcs
option enabled. I think it is partially matching like layout
and rout
es.Is this expected behavior?
Thanks
from https://discord.com/channels/1132231889290285117/1177202269054320680
Expected result
The same behavior as git.
Code of Conduct
The text was updated successfully, but these errors were encountered: