aboutsummaryrefslogtreecommitdiffhomepage
path: root/spec/fixtures/eslintignore.git/git/config
Commit message (Collapse)AuthorAgeFilesLines
* Respect `.eslintignore`Markus Doits2016-07-251-0/+7
If an `.eslintignore` is present, it's patterns are now respected. See http://eslint.org/docs/user-guide/configuring#ignoring-files-and-directories for more info. Due to the file format of `.eslintignore`, the gem `globby` has to be used for those patterns (which respects negations etc.).