Skip to content

Commit e7e568a

Browse files
committed
ignore package-lock.json
1 parent fdfa0f5 commit e7e568a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
node_modules
33
*.sock
44
build
5-
yarn.lock
65
npm-debug.log
76
dist
87
coverage
8+
9+
# lockfiles
10+
yarn.lock
11+
package-lock.json
File renamed without changes.

0 commit comments

Comments
 (0)