forked from mirrors/gecko-dev
Bug 1578194 - ESLint's ignore should properly ignore dot files in node_modules as well. r=mossop
Differential Revision: https://phabricator.services.mozilla.com/D44364 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
f93e5fd1de
commit
418b7275dd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Always ignore node_modules.
|
||||
**/node_modules/**/*.*
|
||||
**/node_modules/
|
||||
|
||||
# Always ignore crashtests - specially crafted files that originally caused a
|
||||
# crash.
|
||||
|
|
|
|||
Loading…
Reference in a new issue