Skip to content

Commit e69f74c

Browse files
committed
Include build, not just bundle
1 parent 8becd4f commit e69f74c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Traits/CopiesToBuildDirectory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ abstract protected function sourcePath(string $path = ''): string;
3434
'**/.github',
3535

3636
// Potentially containing sensitive info
37+
'auth.json', // Composer auth file
3738
'database/*.sqlite',
3839
'database/*.sqlite-shm',
3940
'database/*.sqlite-wal',

0 commit comments

Comments
 (0)