pulumi/.gitignore
Luke Hoban 19c3268f7b Add 'urn' resource option to Python
Initial support for `get_resource`
2020-07-15 15:15:35 -07:00

27 lines
496 B
Plaintext

*.swp
**/vendor/
**/node_modules/
**/bin
**/.vscode/
**/.vs/
**/.ionide/
**/.idea/
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
# Turning on MyPy in VSCode creates this workspace local folder
.mypy_cache