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
|
.idea
|
||||||
.*~
|
.*~
|
||||||
venv
|
.*#
|
||||||
.task
|
# ansible
|
||||||
|
ansible.cfg
|
||||||
collections/ansible_collections/*
|
collections/ansible_collections/*
|
||||||
!collections/ansible_collections/nullified
|
|
||||||
collections/ansible_collections/*/*/tests/*
|
|
||||||
collections/ansible_collections/*/*/logs/*
|
collections/ansible_collections/*/*/logs/*
|
||||||
|
collections/ansible_collections/*/*/tests/*
|
||||||
!collections/ansible_collections/*/*/tests/config.yml
|
!collections/ansible_collections/*/*/tests/config.yml
|
||||||
!collections/ansible_collections/*/*/tests/sanity
|
!collections/ansible_collections/*/*/tests/sanity
|
||||||
vault.yml
|
!collections/ansible_collections/nullified
|
||||||
inventory/inventory.yml
|
|
||||||
!.gitkeep
|
|
||||||
galaxy_cache
|
galaxy_cache
|
||||||
galaxy_token
|
galaxy_token
|
||||||
|
inventory/inventory.yml
|
||||||
|
vault.yml
|
||||||
# terraform secret files
|
# terraform secret files
|
||||||
*.tfstate
|
*.tfstate
|
||||||
*.tfstate.backup
|
*.tfstate.backup
|
||||||
*.tfvars
|
*.tfvars
|
||||||
.terraform
|
.terraform
|
||||||
.terraform.lock.hcl
|
.terraform.lock.hcl
|
||||||
|
# python
|
||||||
|
*.pyo
|
||||||
|
*.pyc
|
||||||
|
__pycache__/
|
||||||
|
venv
|
||||||
|
# various
|
||||||
|
TODO.md
|
||||||
|
!.gitkeep
|
||||||
|
.task
|
||||||
|
|
Loading…
Add table
Reference in a new issue