pulumi/.gitignore
Ian Wahbe 9f6589ed8c
iwahbe/7802/compile program generator test output (#8036)
* Move program tests into folders

* update package schema

* Enabled tests pass

* Fix lints and begin to update test cases

* Re-enable tests

* Update aws version to v4

* Refactor language specific parts

* Hook up dotnet and nodejs

* Update tests from master

* SSOT for schema/version

* Name blocking errors. Leave tests in valid state

* Give each language its own folder

* Remove SkipCompile for azure-sa (bug was fixed)

* Fix nits + changes asserts to require

* Remove unused import

* One last assert => require
2021-09-29 11:33:57 -07:00

61 lines
1.4 KiB
Plaintext

*.swp
**/vendor/
**/node_modules/
**/bin
**/.vscode/
**/.vs/
**/.ionide/
**/.idea/
**/.DS_Store
coverage.cov
*.coverprofile
**/obj/
**/.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/
# Likewise, we don't want to keep the typechecked version of our codegen tests.
pkg/codegen/internal/test/testdata/*/typecheck/**
# We don't need to keep testing python __pycache__ either either
pkg/codegen/internal/test/testdata/*-pp/*/*.csproj
pkg/codegen/internal/test/testdata/*-pp/*/go.mod
pkg/codegen/internal/test/testdata/*-pp/*/go.sum
pkg/codegen/internal/test/testdata/*-pp/*/Program.cs
pkg/codegen/internal/test/testdata/*-pp/*/package.json
pkg/codegen/internal/test/testdata/*-pp/*/go.sum
# By default, we don't check in yarn.lock files
**/yarn.lock
# By default, we don't check in Pipfile.lock files
**/Pipfile.lock
# Turning on MyPy in VSCode creates this workspace local folder
.mypy_cache
# for goreleaser
**/*.exe
goreleaser
pulumi-resource-pulumi-nodejs
pulumi-resource-pulumi-python
pulumi-analyzer-policy
pulumi-analyzer-policy-python
pulumi-language-python-exec
pulumi-resource-pulumi-nodejs.cmd
pulumi-resource-pulumi-python.cmd
pulumi-python3-shim.cmd
pulumi-python-shim.cmd
pulumi-analyzer-policy.cmd
pulumi-analyzer-policy-python.cmd
__pycache__