From 2c6f5c08beaa73b9d166370a605f9b505f29b480 Mon Sep 17 00:00:00 2001 From: ThArGos Date: Fri, 13 Sep 2024 02:32:03 +0200 Subject: Build the index and copy it next to the search data --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b63e158..e8028e3 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit