Skip to content

Commit

Permalink
tools: update dotfile whitelist in .gitignore
Browse files Browse the repository at this point in the history
.eslintrc was renamed in nodejs#7699 to .eslintrc.yaml.

PR-URL: nodejs/node#12116
Refs: nodejs/node#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>
  • Loading branch information
targos authored and andrew749 committed Jul 19, 2017
1 parent 304cf29 commit 6971a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
!tools/doc/node_modules/**/.*
!.editorconfig
!.eslintignore
!.eslintrc
!.eslintrc.yaml
!.gitattributes
!.github
!.gitignore
Expand Down

0 comments on commit 6971a4b

Please sign in to comment.