Initial commit
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Binaries
|
||||
/bin
|
||||
*.exe
|
||||
|
||||
/key
|
||||
/key.pub
|
||||
|
||||
# Terraform
|
||||
## Local .terraform directories
|
||||
**/.terraform/*
|
||||
|
||||
## .tfstate files
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
|
||||
## Crash log files
|
||||
crash.log
|
||||
crash.*.log
|
||||
|
||||
# Ansible
|
||||
venv/
|
||||
Reference in New Issue
Block a user