Skip to content

Commit 0742256

Browse files
committed
fix: ignore one vendor file and one directory
From: ondram/ci-detector
1 parent ed85860 commit 0742256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/phar-generator-script.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ final class PharFilterIterator extends RecursiveFilterIterator
8383
'composer.lock',
8484
'composer.json',
8585
'phpmd.xml.dist',
86+
'.travis.php.ini',
8687
];
8788

8889
/**
@@ -109,6 +110,7 @@ final class PharFilterIterator extends RecursiveFilterIterator
109110
'test',
110111
'.dependabot',
111112
'.github',
113+
'.circleci',
112114
'examples',
113115
];
114116

0 commit comments

Comments
 (0)