mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add .gitignore
Update .gitignore to ignore Ansible retry files, Terraform state files, and other temporary files and directories Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
parent
0d580804e6
commit
df97e79dca
1 changed files with 5 additions and 0 deletions
5
etcd/etcdv3-ansible-aws-tf/.gitignore
vendored
Normal file
5
etcd/etcdv3-ansible-aws-tf/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
*.retry
|
||||
*.tfstate
|
||||
*.tfstate.backup
|
||||
*.tfvars
|
||||
ec2-tmp
|
||||
Loading…
Reference in a new issue