mirror of https://github.com/pulumi/pulumi.git
18 lines
324 B
Plaintext
18 lines
324 B
Plaintext
*.swp
|
|
/vendor/
|
|
**/node_modules/
|
|
**/.vscode/
|
|
coverage.cov
|
|
*.coverprofile
|
|
**/dist
|
|
|
|
/.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/
|