mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Exclude SVG files by default
This commit is contained in:
@ -88,6 +88,7 @@ class PackagePacker(object):
|
|||||||
"**/*.[jJ][pP][eE][gG]",
|
"**/*.[jJ][pP][eE][gG]",
|
||||||
"**/*.[pP][nN][gG]",
|
"**/*.[pP][nN][gG]",
|
||||||
"**/*.[gG][iI][fF]",
|
"**/*.[gG][iI][fF]",
|
||||||
|
"**/*.[sS][vV][gG]",
|
||||||
"**/*.[zZ][iI][pP]",
|
"**/*.[zZ][iI][pP]",
|
||||||
"**/*.[gG][zZ]",
|
"**/*.[gG][zZ]",
|
||||||
"**/*.3[gG][pP]",
|
"**/*.3[gG][pP]",
|
||||||
|
Reference in New Issue
Block a user