🙈(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*
|
pnpm-debug.log*
|
||||||
lerna-debug.log*
|
lerna-debug.log*
|
||||||
|
|
||||||
|
# npm files
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
dist-ssr
|
dist-ssr
|
||||||
dist
|
dist
|
||||||
|
|||||||
23927
package-lock.json
generated
23927
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user