loeffel-io / ls-lint

An extremely fast directory and filename linter - Bring some structure to your project filesystem
https://ls-lint.org
MIT License
1.74k stars 32 forks source link

Automatically ignore .gitignore files #162

Open ethanjdiamond opened 1 year ago

ethanjdiamond commented 1 year ago

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?

loeffel-io commented 1 year ago

duplicate of #86