You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ The `resources` folder within the `src` directory is intended for including any
81
81
82
82
-**Configuration files**: Store any JSON, XML, or other configuration files needed by your module.
83
83
-**Script files**: Place any scripts that are used by your functions or modules, but are not directly part of the public or private functions.
84
+
-**formatdata files**: Store `Type.format.ps1xml` file for custom format data types to be imported to manifest
84
85
-**Documentation files**: Include any supplementary documentation that supports the usage or development of the module.
85
86
-**Data files**: Store any data files that are used by your module, such as CSV or JSON files.
86
87
-**Subfolder**: Include any additional folders and their content to be included with the module, such as dependant Modules, APIs, DLLs, etc... organized by a subfolder.
0 commit comments