diff options
author | Michaƫl Zasso <targos@protonmail.com> | 2017-03-29 13:06:34 +0200 |
---|---|---|
committer | Myles Borins <mylesborins@google.com> | 2017-04-18 20:02:21 -0400 |
commit | cad425c5711a8340fa4c85bb19e7f804b2251bb5 (patch) | |
tree | 681273d26ce38f228ab58e75aab85b262627f1fc | |
parent | eb19acb84e5cb2c6ef81df67c7699c4452d096dd (diff) | |
download | node-new-cad425c5711a8340fa4c85bb19e7f804b2251bb5.tar.gz |
tools: update dotfile whitelist in .gitignore
.eslintrc was renamed in #7699 to .eslintrc.yaml.
PR-URL: https://github.com/nodejs/node/pull/12116
Refs: https://github.com/nodejs/node/pull/7699
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4f129c4581..f8f99f5f83 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ !tools/doc/node_modules/**/.* !.editorconfig !.eslintignore -!.eslintrc +!.eslintrc.yaml !.gitattributes !.github !.gitignore |