Skip to content

Commit

Permalink
tools: update .gitignore file
Browse files Browse the repository at this point in the history
This makes sure we do not ignore eslint files that should actually
be updated. We need to explicitly whitelist the folder and the files.
Otherwise peer dependencies might not be updated as expected.
  • Loading branch information
BridgeAR committed May 14, 2019
1 parent c037d72 commit 29fcefb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.*
!deps/**/.*
!test/fixtures/**/.*
!tools/node_modules/**/.*
!tools/doc/node_modules/**/.*
!.clang-format
!.editorconfig
Expand All @@ -19,6 +18,12 @@
!.eslintrc.yaml
!.cpplint

./node_modules

# Whitelist all dependencies related to eslint
!tools/node_modules
!tools/node_modules/**/*

core
vgcore.*
v8*.log
Expand Down Expand Up @@ -76,7 +81,6 @@ deps/icu
deps/icu*.zip
deps/icu*.tgz
deps/icu-tmp
./node_modules
android-toolchain/

# generated by gyp on Windows
Expand Down

0 comments on commit 29fcefb

Please sign in to comment.