Skip to content

Commit 1bae44c

Browse files
author
Moritz Raguschat
committed
include node-gyp bundled dependency
1 parent ae9ea9b commit 1bae44c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+12378
-1
lines changed

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,16 @@ bower_components
146146
build/Release
147147

148148
# Dependency directories
149-
node_modules/
149+
node_modules/*
150+
!node_modules/.bin/
151+
!node_modules/.bin/node-pre-gyp
152+
!node_modules/node-pre-gyp/
153+
!node_modules/node-pre-gyp/**/*
154+
node_modules/node-pre-gyp/node_modules/*
155+
!node_modules/node-pre-gyp/node_modules/form-data
156+
!node_modules/node-pre-gyp/node_modules/nopt
157+
!node_modules/node-pre-gyp/node_modules/request
158+
150159
jspm_packages/
151160

152161
# Typescript v1 declaration files

node_modules/.bin/node-pre-gyp

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/node-pre-gyp/CHANGELOG.md

Lines changed: 370 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)