Adapter API to parse ignore files to warn of suggested ignores #2258
Labels
adapters - general
Support for functionality general to all adapters
feature / enhancement
New feature or request
p2-nice-to-have
SvelteKit cannot be used by a small number of people, quality of life improvements, etc.
Milestone
Describe the problem
Different adapters require different ignore settings.
The current proposed soln that is in use today is for all adapter output to be under
.svelte-kit/<somedir>
though this may change in future per adapter.The proposed solution would provide adapter authors with an alternative.
Describe the proposed solution
Use
gitignore-parser
to let Adapters to loudly warn users. From this exchange:Alternatives considered
Writing this in my documentation
Importance
would make my life easier
Additional Information
raising the issues:
initial proposition:
revert of initial proposition
The text was updated successfully, but these errors were encountered: