Skip to content

Commit 4aacaed

Browse files
committed
Ignore Mac ._* files in packaging
1 parent e284757 commit 4aacaed

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

toolboxPackaging.prj

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
2-
<configuration file="/System/Volumes/Data/mathworks/devel/sandbox/ccreutzi/llms-with-matlab/toolboxPackaging.prj" location="/System/Volumes/Data/mathworks/devel/sandbox/ccreutzi/llms-with-matlab" name="toolboxPackaging" target="target.toolbox" target-name="Package Toolbox">
2+
<configuration build-checksum="2546842719" file="/System/Volumes/Data/mathworks/devel/sandbox/ccreutzi/llms-with-matlab/toolboxPackaging.prj" location="/System/Volumes/Data/mathworks/devel/sandbox/ccreutzi/llms-with-matlab" name="toolboxPackaging" target="target.toolbox" target-name="Package Toolbox">
33
<param.appname>LLMs with MATLAB®</param.appname>
44
<param.authnamewatermark>MathWorks Text Analytics Toolbox Team</param.authnamewatermark>
55
<param.email />
@@ -14,7 +14,7 @@
1414
<param.products.version />
1515
<param.platforms />
1616
<param.guid>e1d578f3-4375-4f36-9e04-62c18dbd533f</param.guid>
17-
<param.exclude.filters />
17+
<param.exclude.filters>**/._*</param.exclude.filters>
1818
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
1919
<param.examples>&lt;?xml version="1.0" encoding="utf-8"?&gt;
2020
&lt;examples&gt;
@@ -122,7 +122,6 @@
122122
<param.products.id />
123123
<param.products.version />
124124
<param.platforms />
125-
<param.exclude.filters />
126125
<param.exclude.pcodedmfiles />
127126
<param.demosxml />
128127
<param.apps />
@@ -151,10 +150,6 @@
151150
</fileset.rootdir>
152151
<fileset.rootfiles>
153152
<file>${PROJECT_ROOT}/toolbox/+llms</file>
154-
<file>${PROJECT_ROOT}/toolbox/._azureChat.m</file>
155-
<file>${PROJECT_ROOT}/toolbox/._messageHistory.m</file>
156-
<file>${PROJECT_ROOT}/toolbox/._ollamaChat.m</file>
157-
<file>${PROJECT_ROOT}/toolbox/._openAIChat.m</file>
158153
<file>${PROJECT_ROOT}/toolbox/azureChat.m</file>
159154
<file>${PROJECT_ROOT}/toolbox/demos.xml</file>
160155
<file>${PROJECT_ROOT}/toolbox/examples</file>

0 commit comments

Comments
 (0)