2016-11-16 17:28:46 +00:00
|
|
|
*.swp
|
2020-03-18 23:41:23 +00:00
|
|
|
**/vendor/
|
2018-07-24 23:10:13 +00:00
|
|
|
**/node_modules/
|
2019-03-29 19:27:42 +00:00
|
|
|
**/bin
|
2021-11-01 15:15:21 +00:00
|
|
|
**/.vscode/**/*
|
2019-10-25 23:59:50 +00:00
|
|
|
**/.vs/
|
2020-01-21 08:27:44 +00:00
|
|
|
**/.ionide/
|
2020-03-11 22:10:01 +00:00
|
|
|
**/.idea/
|
2021-03-24 17:43:44 +00:00
|
|
|
**/.DS_Store
|
2017-06-23 22:11:20 +00:00
|
|
|
coverage.cov
|
|
|
|
*.coverprofile
|
2024-03-14 11:51:45 +00:00
|
|
|
*.cov
|
2021-04-09 20:54:05 +00:00
|
|
|
**/obj/
|
2021-12-01 01:24:01 +00:00
|
|
|
coverage/
|
2021-12-07 15:59:07 +00:00
|
|
|
venv/
|
2022-09-22 17:13:55 +00:00
|
|
|
.envrc
|
2024-03-07 08:52:34 +00:00
|
|
|
# Ignore VSCode created solution file
|
|
|
|
/pulumi.sln
|
2024-03-25 19:08:16 +00:00
|
|
|
.mono
|
2016-11-15 19:30:34 +00:00
|
|
|
|
2023-01-31 16:35:36 +00:00
|
|
|
# Ignore user-provided go.work files.
|
|
|
|
/go.work
|
2023-03-13 18:29:23 +00:00
|
|
|
/go.work.sum
|
2023-01-31 16:35:36 +00:00
|
|
|
|
2020-02-11 10:40:14 +00:00
|
|
|
**/.idea/
|
2018-06-21 23:05:28 +00:00
|
|
|
*.iml
|
2022-09-20 18:13:45 +00:00
|
|
|
.yarn
|
2018-06-25 05:47:54 +00:00
|
|
|
# VSCode creates this binary when running tests in the debugger
|
|
|
|
**/debug.test
|
|
|
|
|
2021-11-01 15:15:21 +00:00
|
|
|
# Check in vscode settings for this workspace. This is so we can save common settings like setting go build tags to use by default.
|
|
|
|
!**/.vscode/settings.json
|
|
|
|
|
2018-06-14 22:58:37 +00:00
|
|
|
# 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-12 23:34:11 +00:00
|
|
|
|
2021-09-15 16:49:36 +00:00
|
|
|
# Likewise, we don't want to keep the typechecked version of our codegen tests.
|
2024-03-18 09:27:43 +00:00
|
|
|
tests/testdata/codegen/*/typecheck/**
|
2021-09-15 16:49:36 +00:00
|
|
|
|
2021-09-29 18:33:57 +00:00
|
|
|
# We don't need to keep testing python __pycache__ either either
|
2024-03-18 09:27:43 +00:00
|
|
|
tests/testdata/codegen/*-pp/*/*.csproj
|
|
|
|
tests/testdata/codegen/*-pp/*/go.mod
|
|
|
|
tests/testdata/codegen/*-pp/*/go.sum
|
|
|
|
tests/testdata/codegen/*-pp/*/Program.cs
|
|
|
|
tests/testdata/codegen/*-pp/*/package.json
|
|
|
|
tests/testdata/codegen/*-pp/*/go.sum
|
|
|
|
tests/testdata/codegen/*-pp/*/tsconfig.json
|
2021-09-29 18:33:57 +00:00
|
|
|
|
2018-11-12 23:34:11 +00:00
|
|
|
# By default, we don't check in yarn.lock files
|
|
|
|
**/yarn.lock
|
2020-03-13 04:09:47 +00:00
|
|
|
|
2021-03-02 00:43:12 +00:00
|
|
|
# By default, we don't check in Pipfile.lock files
|
|
|
|
**/Pipfile.lock
|
|
|
|
|
2020-10-27 17:12:12 +00:00
|
|
|
# Turning on MyPy in VSCode creates this workspace local folder
|
2020-03-13 04:09:47 +00:00
|
|
|
.mypy_cache
|
2020-10-08 19:43:38 +00:00
|
|
|
|
|
|
|
# for goreleaser
|
2021-03-11 20:41:45 +00:00
|
|
|
**/*.exe
|
2020-10-08 19:43:38 +00:00
|
|
|
goreleaser
|
|
|
|
pulumi-resource-pulumi-nodejs
|
|
|
|
pulumi-resource-pulumi-python
|
|
|
|
pulumi-analyzer-policy
|
|
|
|
pulumi-analyzer-policy-python
|
|
|
|
pulumi-language-python-exec
|
2021-05-10 10:11:08 +00:00
|
|
|
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
|
2022-02-04 18:53:54 +00:00
|
|
|
artifacts/
|
|
|
|
goreleaser-downloads/
|
|
|
|
goreleaser-prebuilt/
|
2022-05-03 17:41:53 +00:00
|
|
|
goreleaser-lang/
|
2022-06-08 13:23:26 +00:00
|
|
|
goreleaser-linux/
|
|
|
|
goreleaser-darwin/
|
|
|
|
goreleaser-windows/
|
2021-09-22 17:55:20 +00:00
|
|
|
|
2021-09-29 18:33:57 +00:00
|
|
|
__pycache__
|
2022-05-17 20:59:47 +00:00
|
|
|
.pytest_cache
|
2022-05-16 23:47:04 +00:00
|
|
|
|
|
|
|
# File targets for make
|
|
|
|
*.phony
|
2022-09-02 05:40:13 +00:00
|
|
|
|
|
|
|
# Temporary files
|
|
|
|
*.tmp
|
|
|
|
test-results/
|
2023-03-08 23:34:15 +00:00
|
|
|
yarn-error.log
|