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>
8 lines
69 B
Text
8 lines
69 B
Text
node_modules/
|
|
.ponder
|
|
.env
|
|
*.log
|
|
dist
|
|
build
|
|
.DS_Store
|
|
pnpm-lock.yaml
|