·
26 commits
to main
since this release
Patch Changes
-
369e737: Fix two issues in the generated projects produced by the scaffolder:
- The
.gitignorewas silently missing from generated projects because npm
strips files named.gitignorefrom published tarballs, even inside nested
template directories. Templates now ship an_gitignorefile that the
scaffolder renames to.gitignorewhen copying the base template, so the
file survives publication. git initnow forces the default branch tomain(git init -b main)
instead of inheriting the user'sinit.defaultBranchconfig, which could
otherwise produce amasterbranch.
- The