Add yarn.lock in gitignore
This commit is contained in:
parent
53578d7c97
commit
bbbfeed33d
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
node_modules
|
||||
poc.js
|
||||
package-lock.json
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
|
Loading…
Reference in a new issue