Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Files

Latest commit

 

History

History
27 lines (19 loc) · 363 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 363 Bytes

Knip gitignore bug

Re: webpro-nl/knip#795

Setup

gh repo clone mcous/knip-795
cd knip-795
pnpm install

Reproduction

gitignore contents:

node_modules
*#

Run:

pnpm knip              # knip erroneously reports no unused files
pnpm knip:no-gitignore # knip correctly reports `src/not-used.js`