Skip to content

Commit e6f3806

Browse files
authored
Updating the extensions ignore list for test generation usecase. (#5408)
1 parent f412e83 commit e6f3806

File tree

1 file changed

+8
-1
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/util

1 file changed

+8
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/GitIgnoreFilteringUtil.kt

+8-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,14 @@ class GitIgnoreFilteringUtil(
6060
"*.csv",
6161
"*.dylib",
6262
"*.parquet",
63-
"*.xlsx"
63+
"*.xlsx",
64+
"*.tar.gz",
65+
"*.tar",
66+
"*.pack",
67+
"*.pkg",
68+
"*.pkl",
69+
"*.deb",
70+
"*.model"
6471
)
6572
)
6673
}

0 commit comments

Comments
 (0)