fix: Consolidate redundant/broken gitignore node_modules entries (#204)
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>
This commit is contained in:
parent
352b31e10a
commit
dd2e2ec25c
5 changed files with 1 additions and 6 deletions
1
landing/.gitignore
vendored
1
landing/.gitignore
vendored
|
|
@ -7,7 +7,6 @@ yarn-error.log*
|
|||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
node_modules/
|
||||
.DS_Store
|
||||
dist
|
||||
dist-ssr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue