Skip to content

Commit ac2f2d3

Browse files
committed
Don't ignore .txt files by default
These are just as valid as .html files on static websites.
1 parent 884631d commit ac2f2d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/CoreOptions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ public static function optionSpecs(): array {
302302
'**.sql',
303303
'**.tar.gz',
304304
'**.tpl',
305-
'**.txt',
306305
'**.yarn',
307306
'**.zip',
308307
'__MACOSX',

0 commit comments

Comments
 (0)