pulumi/.gitignore
Chris Smith 0ede30fdb6
Build/Push pulumi/actions container with new SDK releases (#2646)
* Build/Push pulumi/actions container with new SDK releases

* Address PR feedback
2019-04-18 15:32:19 -07:00

21 lines
385 B
Plaintext

*.swp
/vendor/
**/node_modules/
**/bin
**/.vscode/
coverage.cov
*.coverprofile
/.idea/
*.iml
# VSCode creates this binary when running tests in the debugger
**/debug.test
# Go tests run "in tree" and this folder will linger if they fail (the integration test framework cleans
# it up when they pass.)
**/command-output/
# By default, we don't check in yarn.lock files
**/yarn.lock