We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/eddieliccardo/turborepo-gitignore-bug-2
2.3.5-canary.0
Files explicitly included in .gitignore using !pattern should be included in the output of turbo prune.
!pattern
turbo prune
Files are not included starting with v2.3.4. In v2.3.3, all files in the .gitignore are included so this is not an issue.
Clone repo and run turbo prune app-a. The file apps/app-a/test-gitignore/include.ts should be included but it is not.
turbo prune app-a
apps/app-a/test-gitignore/include.ts
No response
The text was updated successfully, but these errors were encountered:
This is a bug upstream of us. In the meantime, #9797 will be a part of next release to workaround this.
Sorry, something went wrong.
No branches or pull requests
Verify canary release
Link to code that reproduces this issue
https://github.com/eddieliccardo/turborepo-gitignore-bug-2
Which canary version will you have in your reproduction?
2.3.5-canary.0
Enviroment information
Expected behavior
Files explicitly included in
.gitignore
using!pattern
should be included in the output ofturbo prune
.Actual behavior
Files are not included starting with v2.3.4. In v2.3.3, all files in the
.gitignore
are included so this is not an issue.To Reproduce
Clone repo and run
turbo prune app-a
. The fileapps/app-a/test-gitignore/include.ts
should be included but it is not.Additional context
No response
The text was updated successfully, but these errors were encountered: