Variable: projectile--bun-lock-names
projectile--bun-lock-names is a variable defined in projectile.el.
Value
("bun.lock" "bun.lockb")
Documentation
The lock file names Bun writes - the text one and the older binary one.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defconst projectile--bun-lock-names '("bun.lock" "bun.lockb")
"The lock file names Bun writes - the text one and the older binary one.")