diff options
author | Shotaro Aoki <ikoamu@gmail.com> | 2024-09-16 00:10:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 00:10:50 +0900 |
commit | ce8a263fa24644083ba7be508b6f6916b5f2b9a5 (patch) | |
tree | eebd6291b1416916cac3c13e76a99646358f4f82 /.gitignore | |
parent | 3a618f8defb382a76e19c9255bb60262e12421f1 (diff) | |
parent | 2c6f5c08beaa73b9d166370a605f9b505f29b480 (diff) |
Merge pull request #26 from thargosu/fuse_index
Fuse index
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 |