🙈(npm) ignore package-lock.json file
A package-lock.json has been committed but we are using yarn in this project so it is useless. We now ignore this file to prevent future issues.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
a61e6ec169
commit
e8ef155b1e
3
.gitignore
vendored
3
.gitignore
vendored
@@ -7,6 +7,9 @@ yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# npm files
|
||||
package-lock.json
|
||||
|
||||
node_modules
|
||||
dist-ssr
|
||||
dist
|
||||
|
||||
Reference in New Issue
Block a user