chore(git): updated gitignore
This commit is contained in:
parent
904b067816
commit
8275ee4790
1 changed files with 17 additions and 7 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
@ -1,21 +1,31 @@
|
|||
# IDE
|
||||
.idea
|
||||
.*~
|
||||
venv
|
||||
.task
|
||||
.*#
|
||||
# ansible
|
||||
ansible.cfg
|
||||
collections/ansible_collections/*
|
||||
!collections/ansible_collections/nullified
|
||||
collections/ansible_collections/*/*/tests/*
|
||||
collections/ansible_collections/*/*/logs/*
|
||||
collections/ansible_collections/*/*/tests/*
|
||||
!collections/ansible_collections/*/*/tests/config.yml
|
||||
!collections/ansible_collections/*/*/tests/sanity
|
||||
vault.yml
|
||||
inventory/inventory.yml
|
||||
!.gitkeep
|
||||
!collections/ansible_collections/nullified
|
||||
galaxy_cache
|
||||
galaxy_token
|
||||
inventory/inventory.yml
|
||||
vault.yml
|
||||
# terraform secret files
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
*.tfvars
|
||||
.terraform
|
||||
.terraform.lock.hcl
|
||||
# python
|
||||
*.pyo
|
||||
*.pyc
|
||||
__pycache__/
|
||||
venv
|
||||
# various
|
||||
TODO.md
|
||||
!.gitkeep
|
||||
.task
|
||||
|
|
Loading…
Add table
Reference in a new issue