We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c91190 + d658027 commit a738e1eCopy full SHA for a738e1e
launchable/commands/subset.py
@@ -529,7 +529,7 @@ def get_payload(
529
530
def _collect_potential_test_files(self):
531
LOOSE_TEST_FILE_PATTERN = r'(\.(test|spec)\.|_test\.|Test\.|Spec\.|test/|tests/|__tests__/|src/test/)'
532
- EXCLUDE_PATTERN = r'\.(xml|json|txt|yml|yaml|md)$'
+ EXCLUDE_PATTERN = r'(BUILD|Makefile|Dockerfile|LICENSE|.gitignore|.gitkeep|.keep|id_rsa|rsa|blank|taglib)|\.(xml|json|jsonl|txt|yml|yaml|toml|md|png|jpg|jpeg|gif|svg|sql|html|css|graphql|proto|gz|zip|rz|bzl|conf|config|snap|pem|crt|key|lock|jpi|hpi|jelly|properties|jar|ini|mod|sum|bmp|env|envrc|sh)$' ## noqa E501
533
534
try:
535
git_managed_files = subprocess.run(['git', 'ls-files'], stdout=subprocess.PIPE,
0 commit comments