1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 15:35:29 +02:00

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

This commit is contained in:
Rafly Maulana 2022-11-21 00:29:27 +07:00
parent fd5db8fc48
commit 05ea80f5d0
No known key found for this signature in database
GPG key ID: 9AADAF05ED276842

7
.gitignore vendored
View file

@ -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