Bug 1347906 - Add .git/.hg to .eslintignore to help speed up full ESLint runs. r=jaws

MozReview-Commit-ID: 5SmHyfhlCbC

--HG--
extra : rebase_source : a33ef2d1f348f70a0a73d51ee867315a67d904a8
This commit is contained in:
Mark Banner 2017-03-16 12:42:49 +00:00
parent 54a5d59c87
commit 8c7c2ed4f0

View File

@ -1,6 +1,10 @@
# Always ignore node_modules.
**/node_modules/**/*.*
# Include these to speed up ESLint, see bug 1347906.
.hg
.git
# Exclude expected objdirs.
obj*/**