pulumi/sdk/nodejs/.gitignore
joeduffy 5d16fc936a Add workspace.GetPluginPath, and use it
This change introduces a workspace.GetPluginPath function that probes
the central workspace cache of plugins for a matching plugin binary that
matches the desired kind, name, and, optionally, version.  It also permits
overriding this with $PATH for developer scenarios.

The analyzer, language, and resource plugin logic now uses this function
for deciding which binary path to load at runtime.
2018-02-18 08:08:15 -08:00

9 lines
154 B
Plaintext

/bin/*
!/bin/pulumi-language-nodejs.cmd
!/bin/pulumi-resource-pulumi-nodejs.cmd
/coverage/
/node_modules/
/proto/
/custom_node/
/runtime/native/node_dev/