Ryan Lahfa
8706116ce4
This requires the support for monorepo-terraform-state.s3.dgnum.eu being available. `.credentials/` is age-encrypted using only my key for now until we figure out the right mechanism. Signed-off-by: Ryan Lahfa <ryan@dgnum.eu>
17 lines
261 B
Text
17 lines
261 B
Text
# ---> Nix
|
|
# Ignore build outputs from performing a nix-build or `nix build` command
|
|
result
|
|
result-*
|
|
|
|
.direnv
|
|
|
|
#ignore vm images
|
|
*.qcow2
|
|
.gcroots
|
|
.pre-commit-config.yaml
|
|
|
|
# Ignore Terraform configuration file
|
|
config.tf.json
|
|
|
|
# Ignore Terraform stuff
|
|
.terraform
|