clinton icon indicating copy to clipboard operation
clinton copied to clipboard

node_modules ignore rule is raising false positive

Open jasonkarns opened this issue 1 year ago • 0 comments

Getting this lint error:

  .gitignore
  ✖  node_modules is not being ignored. Add it to .gitignore.                                                          gitignore

But node_modules is properly ignored:

$ cat .gitignore 
/node_modules

jasonkarns avatar May 13 '24 21:05 jasonkarns