Skip to content

Commit 8f89d2b

Browse files
committed
Add pnpm lockfile to .gitignore
1 parent 13ab6a6 commit 8f89d2b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ hs_err_pid*
3030
# maven plugin temp files
3131
.flattened-pom.xml
3232
package-lock.json
33-
33+
pnpm-lock.yaml
3434

3535
# ------------------------------- javascript -------------------------------
3636
# dependencies
@@ -50,12 +50,10 @@ yarn-error.log*
5050
bundle*.js
5151
book.pdf
5252

53-
5453
# ------------------------------- intellij -------------------------------
5554
.idea
5655
*.iml
5756

58-
5957
# ------------------------------- eclipse -------------------------------
6058
.classpath
6159
.project

0 commit comments

Comments
 (0)