Skip to content

Commit

Permalink
Ignore Mac ._* files in packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
ccreutzi committed Aug 20, 2024
1 parent e284757 commit 4aacaed
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions toolboxPackaging.prj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<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">
<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">
<param.appname>LLMs with MATLAB®</param.appname>
<param.authnamewatermark>MathWorks Text Analytics Toolbox Team</param.authnamewatermark>
<param.email />
Expand All @@ -14,7 +14,7 @@
<param.products.version />
<param.platforms />
<param.guid>e1d578f3-4375-4f36-9e04-62c18dbd533f</param.guid>
<param.exclude.filters />
<param.exclude.filters>**/._*</param.exclude.filters>
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles>
<param.examples>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;examples&gt;
Expand Down Expand Up @@ -122,7 +122,6 @@
<param.products.id />
<param.products.version />
<param.platforms />
<param.exclude.filters />
<param.exclude.pcodedmfiles />
<param.demosxml />
<param.apps />
Expand Down Expand Up @@ -151,10 +150,6 @@
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}/toolbox/+llms</file>
<file>${PROJECT_ROOT}/toolbox/._azureChat.m</file>
<file>${PROJECT_ROOT}/toolbox/._messageHistory.m</file>
<file>${PROJECT_ROOT}/toolbox/._ollamaChat.m</file>
<file>${PROJECT_ROOT}/toolbox/._openAIChat.m</file>
<file>${PROJECT_ROOT}/toolbox/azureChat.m</file>
<file>${PROJECT_ROOT}/toolbox/demos.xml</file>
<file>${PROJECT_ROOT}/toolbox/examples</file>
Expand Down

0 comments on commit 4aacaed

Please sign in to comment.