aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-25 13:15:21 -0300
committerEuAndreh <eu@euandre.org>2019-05-25 13:15:21 -0300
commit76339b2f2da0f5a83c32b60b9a1f6ca20dc0704a (patch)
treee545ece21ff3c27927cd978d883696bd5088a7c1 /.gitignore
parentDon't use pub_key and pvt_key as input variables (diff)
downloadserver-76339b2f2da0f5a83c32b60b9a1f6ca20dc0704a.tar.gz
server-76339b2f2da0f5a83c32b60b9a1f6ca20dc0704a.tar.xz
Add .terraform to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
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