-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
38 lines (26 loc) · 819 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
# Ignore binary files used for Veeam deployment
ansible/roles/veeam_deploy_v11/files
# Exclude virtualenv for python
**/.venv
# Exclude direnv stuff
**/.direnv
# Prevent sensitive auto-generated Packer variable files from being tracked
**/secrets.auto.pkrvars.hcl
# Disregard Ansible dependency directories to reduce clutter
ansible/.dependencies
# Avoid tracking Terraform state files, which contain sensitive data
**/*.tfstate*
# Omit local .terraform directories as they contain environment-specific data
**/.terraform
# Omit .terraform.lock.hcl files
**/.terraform.lock.hcl
# Exclude Ansible fact cache to prevent outdated data from being versioned
.fact_cache/
# Ignore Packer File
**/.pkrtpl.hcl
# Ignore pycache files
**/__pycache__/
# Ignore tf.log files
**/tf.log
# BWS Log Files
**/bws-lookup.log