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:
parent
fd5db8fc48
commit
05ea80f5d0
1 changed files with 7 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -3,3 +3,10 @@ docker-compose.override.yml
|
||||||
|
|
||||||
.idea
|
.idea
|
||||||
.DS_Store
|
.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…
Add table
Add a link
Reference in a new issue