mirror of
https://github.com/s-frick/effigenix.git
synced 2026-03-28 13:59:36 +01:00
chore: node_modules und Workspace-Sub-Lockfiles in gitignore
This commit is contained in:
parent
792d5f0d97
commit
614f3ece30
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -52,12 +52,14 @@ mvnw
|
||||||
mvnw.cmd
|
mvnw.cmd
|
||||||
|
|
||||||
# Node.js / Frontend
|
# Node.js / Frontend
|
||||||
|
node_modules/
|
||||||
frontend/node_modules/
|
frontend/node_modules/
|
||||||
frontend/dist/
|
frontend/dist/
|
||||||
frontend/build/
|
frontend/build/
|
||||||
frontend/.pnpm-store/
|
frontend/.pnpm-store/
|
||||||
frontend/**/.turbo/
|
frontend/**/.turbo/
|
||||||
frontend/**/.next/
|
frontend/**/.next/
|
||||||
|
frontend/**/pnpm-lock.yaml
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
.pnpm-debug.log
|
.pnpm-debug.log
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue