pulumi/tests/integration/construct_component_plain/python/.gitignore
Justin Van Patten f7cc19f89d
[sdk/nodejs] Keep prompt values prompt in construct (#6522)
In order to support prompt values in multi-lang components, if an input value is prompt, keep it as-is instead of wrapping it in an Output.
2021-04-09 14:36:22 -07:00

6 lines
41 B
Plaintext

*.pyc
/.pulumi/
/dist/
/*.egg-info
venv/