Skip to content

Commit 72328c9

Browse files
committed
update as per feedback
1 parent a0a19f7 commit 72328c9

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

.gitignore

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ dist
1010

1111
## https://raw.githubusercontent.com/github/gitignore/master/Node.gitignore
1212
# Logs
13-
logs
14-
*.log
15-
npm-debug.log*
16-
yarn-debug.log*
17-
yarn-error.log*
18-
lerna-debug.log*
13+
logs/
14+
*.log*
1915

2016
# Diagnostic reports (https://nodejs.org/api/report.html)
2117
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

plugins/+buildframework/BuildSummaryPlugin.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
% rename and restructure all plugins
21
classdef BuildSummaryPlugin < matlab.buildtool.plugins.BuildRunnerPlugin
32

43
% Copyright 2024-25 The MathWorks, Inc.

0 commit comments

Comments
 (0)