Skip to content
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

fix: less aggressive vendor folder ignoring #23100

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Mar 27, 2024

This is slightly breaking as some users want the vendor folder excluded and may not have that specified in their deno.json.

Before we would ignore any folder named vendor. Now we only ignore the specific vendor folder when "vendor": true. To exclude vendor folders, users should exclude it manually in their configuration file.

Closes #22833

@dsherret dsherret merged commit 68fecc6 into denoland:main Mar 27, 2024
17 checks passed
@dsherret dsherret deleted the fix_less_agressive_vendor_ignore branch March 27, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deno too aggressively ignores folders named vendor
2 participants