pulumi/.gitignore

22 lines
393 B
Plaintext
Raw Normal View History

2016-11-16 18:28:46 +01:00
*.swp
/vendor/
**/node_modules/
**/bin
**/.vscode/
**/.vs/
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/
2018-11-13 00:34:11 +01:00
# By default, we don't check in yarn.lock files
**/yarn.lock