SamVerschueren / clinton

Project style linter
MIT License
122 stars 9 forks source link

node_modules ignore rule is raising false positive #91

Open jasonkarns opened 5 months ago

jasonkarns commented 5 months ago

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