Add pnpm lockfile to .gitignore
parent
13ab6a6442
commit
8f89d2ba22
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue