Merge pull request 'fix: Consolidate redundant/broken gitignore node_modules entries (#204)' (#279) from fix/issue-204 into master

This commit is contained in:
johba 2026-02-25 22:42:30 +01:00
commit 24b3cf2836
5 changed files with 1 additions and 6 deletions

View file

@ -1,2 +1 @@
dist
node_modules/
dist

1
landing/.gitignore vendored
View file

@ -7,7 +7,6 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules/
.DS_Store
dist
dist-ssr

View file

@ -1,4 +1,3 @@
node_modules/
.ponder
.env
*.log

View file

@ -1,5 +1,4 @@
# Node.js specific
node_modules/
npm-debug.log
yarn-error.log
package-lock.json

1
web-app/.gitignore vendored
View file

@ -8,7 +8,6 @@ pnpm-debug.log*
lerna-debug.log*
# Dependency directories
node_modules/
.pnpm-store
# Build output