diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-09 17:04:34 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-09 17:04:34 +0200 |
commit | 1e2c757c2f4753eb96ee8549f6782c89abbac573 (patch) | |
tree | c5d0eb60d366e6e037f4b806f1a8140297f7d2b4 | |
parent | d4a7de7e2af71ce9b345a904c433dffe7ff59246 (diff) |
added submodule to dprint.json
-rw-r--r-- | dprint.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dprint.json b/dprint.json index de8b569..8729de5 100644 --- a/dprint.json +++ b/dprint.json @@ -24,7 +24,8 @@ ], "excludes": [ "**/node_modules", - "**/*-lock.json" + "**/*-lock.json", + "database/SQLiteFuzzySearch/**" ], "plugins": [ "https://plugins.dprint.dev/typescript-0.44.0.wasm", |