Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ extensions/vscode/test/fixtures/
node_modules
query-results*
server/dist/
server/ql/*/tools/test/*
workshops/
Comment thread
data-douser marked this conversation as resolved.

1 change: 1 addition & 0 deletions extensions/vscode/.vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ esbuild.config.js
coverage/**

# Build artifacts that shouldn't be in the VSIX
.tmp/**
**/*.test.ts
Comment thread
data-douser marked this conversation as resolved.
**/*.test.js
**/*.test.cjs
Expand Down
Loading
Loading