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