forked from runwhen-contrib/rw-cli-codecollection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
47 lines (37 loc) · 753 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
*codecollection.yaml
__pycache__
output.xml
log.html
report.html
dist
build
*egg-info
.kube
*.out
# Ignore Terraform state files
**/terraform.tfstate
**/terraform.tfstate.*
# Ignore backup files generated by Terraform
**/*.tfstate.backup
**/*.terraform.tfstate.lock.info
# Ignore .terraform directory (contains provider plugins and cached files)
**/.terraform/
**/.terraform.lock.hcl
# Ignore crash logs
**/crash.log
# Ignore override files
**/*_override.tf
**/*_override.tf.json
**/*override.tf
**/*override.tf.json
# Ignore plan output files
**/*.tfplan
# Ignore CLI config file
**/.terraformrc
**/terraform.rc
# Ignore RunWhen Local test files
**/workspaceInfo.yaml**
**kubeconfig**
**/.test/output/
**/.test/.task/**
.vscode/settings.json