loeffel-io / ls-lint

An extremely fast directory and filename linter - Bring some structure to your project filesystem

Home Page:https://ls-lint.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically ignore .gitignore files

ethanjdiamond opened this issue · comments

Hi! Prettier started automatically ignoring globs in .gitignore, and I thought that might be a good feature to add here as well. The logic is any files you wouldn't check in to git is generally not files that you control or would want to control, so ignore them by default saves some boilerplate. Any chance of having ls-lint do that as well?

duplicate of #86