diff options
author | EuAndreh <eu@euandre.org> | 2019-05-25 13:15:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-25 13:15:21 -0300 |
commit | 76339b2f2da0f5a83c32b60b9a1f6ca20dc0704a (patch) | |
tree | e545ece21ff3c27927cd978d883696bd5088a7c1 /.gitignore | |
parent | Don't use pub_key and pvt_key as input variables (diff) | |
download | server-76339b2f2da0f5a83c32b60b9a1f6ca20dc0704a.tar.gz server-76339b2f2da0f5a83c32b60b9a1f6ca20dc0704a.tar.xz |
Add .terraform to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5546558 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Terraform +/.terraform/
\ No newline at end of file |