-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
🐛 gitignore lines starting with / not parsed correctly #805
Comments
This is pretty annoying, make me to separately declare ignore config in each packages of monorepo |
@sairion FYI, ignoring |
@ematipico I see in #1134 that support for this was reverted in #1249 but I don't see a new issue or new PR. Is there somewhere I can track support for this? |
No, there isn't |
Can we reopen this one? |
It's not a bug because we don't support nested We will attempt to do that later once we will add more features to our CLI, but that's not in our high priority list at the moment. Feel free to open a discussion so it attracts upvotes |
Opened a discussion here: #3530 Although I must say this feels more like a bug than a feature request. I consider nested |
Environment information
What happened?
.gitignore
file in a subfolder with an absolute path in it (see example below) and enable gitignore integrationbiome format
biome.json
app/.gitignore
Expected result
Biome should ignore the file, but the file is not ignored.
Code of Conduct
The text was updated successfully, but these errors were encountered: