Skip to content

Commit bfb434a

Browse files
committed
Code indexer
1 parent 2e52b1c commit bfb434a

File tree

20 files changed

+1437
-297
lines changed

20 files changed

+1437
-297
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ docs/_site/
2323
# Dotenv
2424
.env.integration
2525

26-
#Local lint config
26+
# Local lint config
2727
.eslintrc.local.json
2828

29-
#Logging
29+
# Logging
3030
logs
31+
32+
# LanceDB
33+
lancedb

.vscodeignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ webview-ui/node_modules/**
4141
!src/integrations/theme/default-themes/**
4242

4343
# Include icons
44-
!assets/icons/**
44+
!assets/icons/**
45+
46+
# LanceDB
47+
lancedb/**

0 commit comments

Comments
 (0)