Skip to content

Commit 164cd8e

Browse files
committed
fix: ignore package-lock not yarn.lock
1 parent 66e4fb4 commit 164cd8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jspm_packages
3232

3333
# Optional npm cache directory
3434
.npm
35+
package-lock.json
3536

3637
# Optional REPL history
3738
.node_repl_history
3839

3940
# built code
4041
lib
4142

42-
# yarn
43-
yarn.lock
44-
yarn-error.log
43+
# examples yarn lock
44+
examples/yarn.lock

0 commit comments

Comments
 (0)