blog-rekahsoft-ca/.gitignore

24 lines
236 B
Plaintext

# Editor specific files
*~
.dir-locals.el
.tern-port
# Haskell
*.o
*.hi
# Hakyll
_site
_cache
dist
# Terraform
infra/.terraform
infra/terraform.tfstate.d
infra/*.local.tfvars
infra/*.plan
# Generated by ./bootstrap
Makefile
scripts