pulumi/sdk/nodejs/.gitignore
Matt Ellis ca2fbca13f Continue to add native modules to NODE_PATH
While we no longer use the native runtime module, older versions of
@pulumi/pulumi still require it. Let's continue to have the launcher
put the native module location on the `$PATH`. And we'll include them
in the SDK for a while longer.

Fixes #1177
2018-04-13 14:26:32 -07:00

7 lines
83 B
Plaintext

/bin/
/coverage/
/prebuilt/
/node_modules/
/custom_node/
/runtime/native/node_dev/