🙈(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:
jbpenrath
2024-04-29 14:56:05 +02:00
committed by Jean-Baptiste PENRATH
parent a61e6ec169
commit e8ef155b1e
2 changed files with 3 additions and 23927 deletions

3
.gitignore vendored
View File

@@ -7,6 +7,9 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# npm files
package-lock.json
node_modules
dist-ssr
dist