mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add directory-specific .gitignore file
Add .gitignore file to ignore Terraform state and state backup files. Signed-off-by: Scott S. Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
parent
f77e9928b5
commit
c9a4adb3b8
1 changed files with 2 additions and 0 deletions
2
terraform-aws/.gitignore
vendored
Normal file
2
terraform-aws/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
*.tfstate
|
||||
*.tfstate.backup
|
||||
Loading…
Reference in a new issue