-
Notifications
You must be signed in to change notification settings - Fork 256
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (45 loc) · 714 Bytes
/
.gitignore
File metadata and controls
65 lines (45 loc) · 714 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
57
58
59
60
61
62
63
64
65
.idea
.aws-credentials
.terraform
*terraform.tfvars
*.tfstate
*.tfstate.backup
*.terraform.tfstate.lock.info
credentials.txt
.terraform.lock.hcl
*.tfvars
*.pem
### docker-compose kitchen
.data
hsperfdata_root
### Ignore till reviewd
to-be-reviewed
### coding-tasks
node_modules
package-lock.json
### ansible-kitchen
.vagrant
*.retry
.venv
# pre and post tasks folders (user defined)
pre_tasks/
post_tasks/
.kitchen/
.kitchen.local.yml
.bundle
## python
__pycache__
## go
pkg
bin
## node
.env
## python
venv
## Temp
home/infrastructure-as-code/terraform/oci/task-004-kubernetes-cluster/
home/infrastructure-as-code/terraform/oci/task-005-set-up-resource-discovery/
## tmp
tmp
## Private
.private