fix: Title (#212)
Add trailing slash to node_modules entries in sub-package .gitignore files so they match only directories, not files named node_modules. The root .gitignore already uses **/node_modules/ (fixed in #203); these per-package entries were also missing the slash. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2d827a9a7e
commit
14da7d9a09
4 changed files with 4 additions and 4 deletions
2
landing/.gitignore
vendored
2
landing/.gitignore
vendored
|
|
@ -7,7 +7,7 @@ yarn-error.log*
|
|||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules
|
||||
node_modules/
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue