summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-10 21:38:35 -0400
committerseth <[email protected]>2024-05-10 21:38:35 -0400
commit55ce8d0acb2b3377cb561ffd92cd064bbb920533 (patch)
tree5238c9eb98d801c4abd888f5ed1aff3e44add52b /justfile
parent2019e95e37a905588b97c08e6429b018893d55e4 (diff)
justfile: remove clean recipe
Diffstat (limited to 'justfile')
-rw-r--r--justfile8
1 files changed, 0 insertions, 8 deletions
diff --git a/justfile b/justfile
index 25be997..ae7f7e2 100644
--- a/justfile
+++ b/justfile
@@ -53,11 +53,3 @@ update-input input:
deploy system:
nix run '.#{{ system }}'
-
-clean:
- rm -rf \
- result* \
- repl-result-out* \
- config.tf.json \
- plan.tf \
- .terraform*