Update .gitignore

Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2018-12-15 21:49:45 -05:00
parent 6c146bc9c0
commit fea601558d
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 12 additions and 1 deletions

13
.gitignore vendored
View File

@ -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