Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Jul 24, 2023
1 parent b44891e commit 92c29a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,23 @@
# Credentials
**/kubeconfig.yaml
.*vault*
**/age.key

# Terraform
**/.terraform/*
*.tfstate
*.tfstate.*
.terraform.lock.hcl
**/*secret.tfvars

# Ansible
/tests/output/
/changelogs/.plugin-cache.yaml
output/
.collection_root/*

**/roles/*.*
!**/roles/requirements.yml
**/collections/**
!**/collections/requirements.yml
**/roles/**
!**/roles/requirements.yml
!/**/.gitkeep

# Byte-compiled / optimized / DLL files
Expand Down

0 comments on commit 92c29a2

Please sign in to comment.