diff options
author | stuebinm | 2021-04-05 00:57:16 +0200 |
---|---|---|
committer | stuebinm | 2021-04-05 00:57:16 +0200 |
commit | 311c66047f7187feaf4ed33eea0cc64baf933874 (patch) | |
tree | e938325f7f7268c822f0580a56f1193da97565f7 /utils/.gitignore | |
parent | 0f8b78c0b7e2aca94a14b36af020d0f7d8301cc5 (diff) |
add utility program
This can be used to write configs in dhall (instead of plain json), combined
with some input validation and (optionally) automatic encryption via the age
rust crate.
Diffstat (limited to 'utils/.gitignore')
-rw-r--r-- | utils/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/.gitignore b/utils/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/utils/.gitignore @@ -0,0 +1 @@ +/target |