pulumi/.gitignore

15 lines
245 B
Plaintext
Raw Normal View History

2016-11-16 18:28:46 +01:00
*.swp
/vendor/
**/node_modules/
**/.vscode/
coverage.cov
*.coverprofile
**/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/