merge gitignore in one file
This commit is contained in:
parent
04a4dc1535
commit
c40963d4e7
3 changed files with 16 additions and 20 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,2 +1,17 @@
|
||||||
|
# General Files
|
||||||
.vscode
|
.vscode
|
||||||
cache/
|
cache/
|
||||||
|
|
||||||
|
# Ansible Files
|
||||||
|
ansible/inventory/
|
||||||
|
ansible/*.secret
|
||||||
|
ansible/.vault-*
|
||||||
|
ansible/.ansible
|
||||||
|
|
||||||
|
# Packer Files
|
||||||
|
packer/credentials.pkr.hcl
|
||||||
|
|
||||||
|
# OpenTofu Files
|
||||||
|
opentofu/.terraform/
|
||||||
|
opentofu/.terraform.lock.hcl
|
||||||
|
opentofu/terraform.tfstate
|
16
ansible/.gitignore
vendored
16
ansible/.gitignore
vendored
|
@ -1,16 +0,0 @@
|
||||||
# Ignore inventory file. This are Submodules
|
|
||||||
inventory/
|
|
||||||
|
|
||||||
# Ignore .secret files.... you know, there secret...
|
|
||||||
*.secret
|
|
||||||
.vault-*
|
|
||||||
|
|
||||||
# Ignore Caching
|
|
||||||
cache/
|
|
||||||
|
|
||||||
# Ignore Testplaybook
|
|
||||||
playbooks/global/testserver.yml
|
|
||||||
|
|
||||||
# Ignore unneccessary Files
|
|
||||||
.vscode
|
|
||||||
.ansible
|
|
3
opentofu/.gitignore
vendored
3
opentofu/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
||||||
.terraform/
|
|
||||||
.terraform.lock.hcl
|
|
||||||
terraform.tfstate
|
|
Loading…
Add table
Reference in a new issue