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
web-app/.gitignore
vendored
1
web-app/.gitignore
vendored
|
|
@ -8,7 +8,6 @@ pnpm-debug.log*
|
|||
lerna-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
.pnpm-store
|
||||
|
||||
# Build output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue