File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,9 @@ Description
3131
3232Publish a package to the registry so that it can be installed by name.
3333All files in the package directory are included if ``export `` field is not declared
34- in a package manifest (for example, see :ref: `libjson_export `). The next items are
35- automatically excluded:
36-
37- - ``._* ``
38- - ``__* ``
39- - ``.DS_Store ``
40- - ``.git/ ``
41- - ``.hg/ ``
42- - ``.svn/ ``
43- - ``.pio/ ``
44- - ``**/.pio/ ``
34+ in a package manifest (for example, see :ref: `libjson_export `).
35+ The `next items <https://github.com/platformio/platformio-core/blob/develop/platformio/package/pack.py#L33 >`__ are
36+ automatically excluded.
4537
4638Please check which files will be included in the final package using the
4739:ref: `cmd_package_pack ` command.
You can’t perform that action at this time.
0 commit comments