diff options
author | ThArGos <thargos@gmail.com> | 2024-09-13 02:32:03 +0200 |
---|---|---|
committer | ThArGos <thargos@gmail.com> | 2024-09-15 14:52:30 +0200 |
commit | 2c6f5c08beaa73b9d166370a605f9b505f29b480 (patch) | |
tree | eebd6291b1416916cac3c13e76a99646358f4f82 /.gitignore | |
parent | e41a5a995d258fadb88c0ec380898233b2f402d4 (diff) |
Build the index and copy it next to the search data
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,4 +4,7 @@ graphdata.json searchdata.json notes/ org-roam-ui/ -out/
\ No newline at end of file +out/ + +# Fuse.js index +fuse-index.json |