diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-14 09:45:26 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-14 09:45:26 -0800 |
commit | d96eda0e683d53779d9ebae53d7897d96216511a (patch) | |
tree | bf60429c483c25f59f1628e376b11cc5154ce43f /.gitignore | |
parent | add docstring to justfile (diff) | |
download | world-d96eda0e683d53779d9ebae53d7897d96216511a.tar.gz |
use agenix to manage secrets in the repository
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 942f51c..7f2acd4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,3 @@ /*.qcow2 bin/ /.direnv/ -/secrets/ |