forked from inno-devops-labs/DevOps-Core-Course
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (41 loc) · 630 Bytes
/
.gitignore
File metadata and controls
47 lines (41 loc) · 630 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
test
# Terraform
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl
terraform.tfvars
*.tfvars
crash.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json
# Pulumi
.pulumi/
Pulumi.*.yaml
pulumi/venv/
# Python caches
.pytest_cache/
.ruff_cache/
.coverage
**/__pycache__/
**/*.pyc
# Credentials and keys
*.pem
*.key
*.p12
*.jks
*.json
credentials
# Ansible
*.retry
.vault_pass
ansible/group_vars/all.yml
ansible/group_vars/*.bak
ansible/inventory/*.pyc
__pycache__/
# Monitoring
monitoring/.env
!monitoring/grafana/dashboards/lab07-logs-dashboard.json
!monitoring/grafana/dashboards/lab08-metrics-dashboard.json