diff options
author | Franck Cuny <franck@fcuny.net> | 2024-12-09 17:29:56 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2024-12-09 17:29:56 -0800 |
commit | 2099e513213a518d4e1e03e97e74cb6c58648399 (patch) | |
tree | 23ce612c59d72e65af0031854f7b0d5574f85645 /.gitignore | |
parent | fix misconfiguration of the bootloader (diff) | |
download | world-2099e513213a518d4e1e03e97e74cb6c58648399.tar.gz |
add docstring to justfile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7f2acd4..942f51c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /*.qcow2 bin/ /.direnv/ +/secrets/ |