chore(create-vite): add .rolldown to gitignore
#21332
Closed
+16
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Not very sure about this, but I think it makes sense to ignore the
.rolldownlogs generated by rolldown debug mode. Most of the time, users don't want them uploaded to the remote repository.More context: As Vite DevTools gets integrated into Vite Core, the rolldown debug mode will be enabled when users enabled DevTools (see: https://github.com/vitejs/vite/pull/21331/files#diff-11e17761d4ecfee8f8fde15c6d79b7bc0260176396a30dfd8e6f6bbaf5af4745R2041), so I think it's necessary to add it.