Skip to content

Commit 4d255b0

Browse files
committedMar 31, 2017
tools: update dotfile whitelist in .gitignore
.eslintrc was renamed in nodejs#7699 to .eslintrc.yaml. PR-URL: nodejs#12116 Refs: nodejs#7699 Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent a10e657 commit 4d255b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
!tools/doc/node_modules/**/.*
77
!.editorconfig
88
!.eslintignore
9-
!.eslintrc
9+
!.eslintrc.yaml
1010
!.gitattributes
1111
!.github
1212
!.gitignore

0 commit comments

Comments
 (0)
Please sign in to comment.