Skip to content

Commit 6f56600

Browse files
authored
fix: update ignore pattern of glob for sspc (#1319)
1 parent 86a136b commit 6f56600

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

server/aws-lsp-codewhisperer/src/language-server/workspaceContext/artifactManager.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ const IGNORE_PATTERNS = [
3333
'**/dist/**',
3434
'**/build/**',
3535
'**/out/**',
36-
// Test directories
37-
'**/test/**',
38-
'**/tests/**',
3936
'**/coverage/**',
40-
// Hidden directories and files
41-
'**/.*/**',
37+
// Hidden files
4238
'**/.*',
4339
// Logs and temporary files
4440
'**/logs/**',

0 commit comments

Comments
 (0)