Add pnpm lockfile to .gitignore

This commit is contained in:
Eric Huang 2024-03-12 18:34:04 +08:00
parent 13ab6a6442
commit 8f89d2ba22

4
.gitignore vendored
View File

@ -30,7 +30,7 @@ hs_err_pid*
# maven plugin temp files # maven plugin temp files
.flattened-pom.xml .flattened-pom.xml
package-lock.json package-lock.json
pnpm-lock.yaml
# ------------------------------- javascript ------------------------------- # ------------------------------- javascript -------------------------------
# dependencies # dependencies
@ -50,12 +50,10 @@ yarn-error.log*
bundle*.js bundle*.js
book.pdf book.pdf
# ------------------------------- intellij ------------------------------- # ------------------------------- intellij -------------------------------
.idea .idea
*.iml *.iml
# ------------------------------- eclipse ------------------------------- # ------------------------------- eclipse -------------------------------
.classpath .classpath
.project .project