generated from runwhen-contrib/codecollection-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (45 loc) · 861 Bytes
/
.gitignore
File metadata and controls
56 lines (45 loc) · 861 Bytes
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
48
49
50
51
52
53
54
55
56
*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
**/auth/**
**.secret**
**.suite_temp
**.secret**
**.pem
**.pfx
# Ignore SQLite database files
**/*.sqlite3