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
.flattened-pom.xml
package-lock.json
pnpm-lock.yaml
# ------------------------------- javascript -------------------------------
# dependencies
@ -50,12 +50,10 @@ yarn-error.log*
bundle*.js
book.pdf
# ------------------------------- intellij -------------------------------
.idea
*.iml
# ------------------------------- eclipse -------------------------------
.classpath
.project