-
If a VCS is being used for a package, the exclude field will be seeded with the VCS’ ignore settings (
.gitignore for git for example). -
Explicitly declaring entries inÂ
include will negate VCS’ ignore settings.
If a VCS is being used for a package, the exclude field will be seeded with the VCS’ ignore settings (.gitignore for git for example).
Explicitly declaring entries in include will negate VCS’ ignore settings.