Prevent another lockfile than package-lock.json (npm) from being created

pull/339/head
Rafly Maulana 3 years ago
parent fd5db8fc48
commit 05ea80f5d0
No known key found for this signature in database
GPG Key ID: 9AADAF05ED276842

7
.gitignore vendored

@ -3,3 +3,10 @@ docker-compose.override.yml
.idea
.DS_Store
# Prevent another lockfile than package-lock.json (npm) from being created
# If some case you are using pnpm or yarn, don't forget to generate npm lockfile
# before commiting your code by running:
# `npm i --package-lock-only`
pnpm-lock.yaml
yarn.lock

Loading…
Cancel
Save