linguist
linguist copied to clipboard
Mark `deno.lock` as generated
Mark deno.lock files as generated by the deno cli.
Closes: #6882
Description
Checklist:
- [x] I am adding new or changing current functionality
- [ ] I have added or updated the tests for the new or changed functionality.
I'm not sure where to place a deno.lock for tests. I greped around, but I couldn't find a Dummy/ folder.
I'm not sure where to place a
deno.lockfor tests. Igreped around, but I couldn't find aDummy/folder.
We already have one: https://github.com/github-linguist/linguist/blob/master/samples/JSON/filenames/deno.lock
https://github.com/github-linguist/linguist/pull/6783 is a recent PR you can copy.