Sign in to add a comment
|
|
|
Search
|
|
DevGuidePublicPackageFiltering
Filter files into and out of your public path and source path to avoid publishing files unintentionally.
Filtering Public and Source PackagesThe module XML format's <public>, <source> and <super-source> elements supports certain attributes and nested elements to allow pattern-based inclusion and exclusion in the public path. These elements follow the same rules as Ant's FileSet element. Please see the documentation for FileSet for a general overview. These elements do not support the full FileSet semantics. Only the following attributes and nested elements are currently supported:
Other attributes and nested elements are not supported. ImportantThe default value of defaultexcludes is true. By default, the patterns listed here are excluded. |
Sign in to add a comment