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
services/txnBot/.gitignore
vendored
1
services/txnBot/.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
|||
# Node.js specific
|
||||
node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
package-lock.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue