diff options
author | Alan Pearce | 2024-05-03 11:52:06 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-03 11:52:06 +0200 |
commit | 1fb64b09e2dba34784732a61cbebc119cd847803 (patch) | |
tree | 1dc21f3c66c6682089bb8731f84d40ef13bcd424 /.gitignore | |
parent | 0945da8f9654252008ff6bd56022f9363fd3cca6 (diff) | |
download | searchix-1fb64b09e2dba34784732a61cbebc119cd847803.tar.lz searchix-1fb64b09e2dba34784732a61cbebc119cd847803.tar.zst searchix-1fb64b09e2dba34784732a61cbebc119cd847803.zip |
feat: create nixos options.json importer
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5849147..7297725 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ go.work /.envrc /.pre-commit-config.yaml /frontend/static/base.css +/data/ |