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