mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 19:04:29 +02:00
Remove recursively .pio folders when packing a package
This commit is contained in:
@@ -28,11 +28,13 @@ from platformio.unpacker import FileUnpacker
|
||||
class PackagePacker(object):
|
||||
EXCLUDE_DEFAULT = [
|
||||
"._*",
|
||||
"__*",
|
||||
".DS_Store",
|
||||
".git",
|
||||
".hg",
|
||||
".svn",
|
||||
".pio",
|
||||
".git/",
|
||||
".hg/",
|
||||
".svn/",
|
||||
".pio/",
|
||||
"**/.pio/",
|
||||
]
|
||||
INCLUDE_DEFAULT = ManifestFileType.items().values()
|
||||
|
||||
|
Reference in New Issue
Block a user