fix: Title (#212)
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>
This commit is contained in:
parent
2d827a9a7e
commit
14da7d9a09
4 changed files with 4 additions and 4 deletions
2
web-app/.gitignore
vendored
2
web-app/.gitignore
vendored
|
|
@ -8,7 +8,7 @@ pnpm-debug.log*
|
|||
lerna-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
node_modules
|
||||
node_modules/
|
||||
.pnpm-store
|
||||
|
||||
# Build output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue