mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add .terraform to .gitignore (to ignore local copies of Terraform state) Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
17 lines
192 B
Text
17 lines
192 B
Text
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
.bundle/
|
|
.vagrant
|
|
real-adminrc
|
|
*.taskpaper
|
|
*.tfstate
|
|
*.tfstate.backup
|
|
*.tfvars
|
|
consul-*.config.json
|
|
*.defaults
|
|
ssh.cfg
|
|
known_hosts
|
|
.terraform
|