Skip to content

Commit

Permalink
Updating the extensions ignore list for test generation usecase. (#5408)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishrp-aws authored Feb 26, 2025
1 parent f412e83 commit e6f3806
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,14 @@ class GitIgnoreFilteringUtil(
"*.csv",
"*.dylib",
"*.parquet",
"*.xlsx"
"*.xlsx",
"*.tar.gz",
"*.tar",
"*.pack",
"*.pkg",
"*.pkl",
"*.deb",
"*.model"
)
)
}
Expand Down

0 comments on commit e6f3806

Please sign in to comment.