Update .gitignore
Signed-off-by: Collin J. Doering <collin@rekahsoft.ca>
This commit is contained in:
parent
6c146bc9c0
commit
fea601558d
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,9 +1,20 @@
|
|||||||
|
# Editor specific files
|
||||||
.*
|
.*
|
||||||
*~
|
*~
|
||||||
|
.dir-locals.el
|
||||||
|
.tern-port
|
||||||
|
|
||||||
|
# Haskell
|
||||||
*.o
|
*.o
|
||||||
*.hi
|
*.hi
|
||||||
|
.stack
|
||||||
|
|
||||||
|
# Hakyll
|
||||||
_site
|
_site
|
||||||
_cache
|
_cache
|
||||||
dist
|
dist
|
||||||
cabal.sandbox.config
|
|
||||||
|
# Terraform
|
||||||
|
.terraform
|
||||||
|
terraform.tfstate.d
|
||||||
|
*.local.tfvars
|
||||||
|
Loading…
Reference in New Issue
Block a user