diff options
author | Błażej Kardyś <bkardys@virtuslab.com> | 2020-04-01 02:19:40 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-04-06 13:15:51 +0200 |
commit | a1866dd98d291a6a2a538e88348c53ff08c812eb (patch) | |
tree | 93e6c483c05e9f2a8eca8ca35934043534de5bd4 /search-component/.gitignore | |
parent | 03cc02db833b1ad91b3e96c533c44c725efeb36b (diff) | |
download | dokka-a1866dd98d291a6a2a538e88348c53ff08c812eb.tar.gz dokka-a1866dd98d291a6a2a538e88348c53ff08c812eb.tar.bz2 dokka-a1866dd98d291a6a2a538e88348c53ff08c812eb.zip |
Integrating fuzzy search into dokka
Diffstat (limited to 'search-component/.gitignore')
-rw-r--r-- | search-component/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/search-component/.gitignore b/search-component/.gitignore new file mode 100644 index 00000000..9220c11f --- /dev/null +++ b/search-component/.gitignore @@ -0,0 +1,3 @@ +/dist/ +/node_modules/ +/package-lock.json |