-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
54 lines (43 loc) · 975 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
48
49
50
51
52
53
54
# local auth directory for sensitive files that should not be stored in git
auth
# generic codecollection repo/development path
*codecollection*
scratch
.env
__pycache__
*robot_logs*
.python-version
.vscode/settings.json
node_modules/
package-lock.json
package.json
src/rw-cli-codecollection-cache
**tf.local**
**tf.secret**
# 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**
**/output/
**/.test/.task/**
.vscode/settings.json