Remove redundant `node_modules/` entries from sub-directory .gitignore files. The root `.gitignore` already has `**/node_modules/` which covers all nested directories, making these per-package entries unnecessary. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
55 B
Text
7 lines
55 B
Text
.ponder
|
|
.env
|
|
*.log
|
|
dist
|
|
build
|
|
.DS_Store
|
|
pnpm-lock.yaml
|