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