Open pjasiun opened 9 years ago
Grunt tasks: jshint and jscs should parse .git/info/exclude file and add to the list of ignore files all files and directories locally ignored by git.
.git/info/exclude
Found out the following to list all current ignored files:
git ls-files --other --ignore --exclude-standard
We should check it with the exclude folder and if feeding the tasks ignore list with it performs well.
Grunt tasks: jshint and jscs should parse
.git/info/exclude
file and add to the list of ignore files all files and directories locally ignored by git.