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 ```
Getting this lint error:
But node_modules is properly ignored: