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

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

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