pulumi/.gitignore
Ian Wahbe 67303e1b99
Run type checker against all languages (#7931)
We run the best static check we can on generated code, ensuring that it is valid. 

* Run type checker against all languages (not docs)

* Fix package location, add some deps for schemas

* More tests passing

* These tests finally work

* Make linter happy

* Fix tests for merge from master

* Opt out of input-collision(nodejs) test

* Get more visibility into testing nodejs

* Fix type assumption

* Specify ts-node version

* Retrofit typescript dependencies for node14

* Give each go instance it's own module

* Attempt to diagnose remote go mod init failure

* Provide root for go mod init

* Make linter happy
2021-09-15 09:49:36 -07:00

50 lines
1 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/**
# 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