summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 237789cd5d7ceaed1a81c324d41bf6c4d9c791d7 (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
.direnv/
.env*
!.envrc
!.env.template

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