Skip to content

Commit 9aade58

Browse files
committed
Use link to package pack source code where default filters are declared
1 parent 0e3e5dd commit 9aade58

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

core/userguide/package/cmd_publish.rst

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,9 @@ Description
3131

3232
Publish a package to the registry so that it can be installed by name.
3333
All 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

4638
Please check which files will be included in the final package using the
4739
:ref:`cmd_package_pack` command.

0 commit comments

Comments
 (0)