summaryrefslogtreecommitdiff
path: root/.gitignore
blob: c546a18b4ec6166fbac1bd10339d5f469a2a6790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# nix build artifacts
result*
repl-result-out*

# dev shell
.pre-commit-config.yaml
.direnv/
.env*
!.envrc
!.env.template

# terranix
config.tf.json
.terraform/
.terraform.*