From fea601558d73c909ea8bd390e7bf54df51b8506d Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Sat, 15 Dec 2018 21:49:45 -0500 Subject: [PATCH] Update .gitignore Signed-off-by: Collin J. Doering --- .gitignore | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86883f4..1c87ffd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,20 @@ +# Editor specific files .* *~ +.dir-locals.el +.tern-port + +# Haskell *.o *.hi +.stack +# Hakyll _site _cache dist -cabal.sandbox.config + +# Terraform +.terraform +terraform.tfstate.d +*.local.tfvars