pulumi/.gitignore
2018-06-22 11:24:29 -07:00

15 lines
241 B
Plaintext

*.swp
/vendor/
**/.vscode/
coverage.cov
*.coverprofile
Pipfile.lock
**/dist
/.idea/
*.iml
# 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/