Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ docs/_site/
# Dotenv
.env.integration

#Local lint config
# Local lint config
.eslintrc.local.json

#Logging
# Logging
logs

# LanceDB
lancedb
5 changes: 4 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ webview-ui/node_modules/**
!src/integrations/theme/default-themes/**

# Include icons
!assets/icons/**
!assets/icons/**

# LanceDB
lancedb/**
Loading
Loading