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

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

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