-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtoolbox.ignore
More file actions
46 lines (38 loc) · 1.27 KB
/
toolbox.ignore
File metadata and controls
46 lines (38 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
% TOOLBOX IGNORE FILE
% Specify the files/folder to exclude from packaging.
% Paths are relative to the toolbox root folder.
% List only one exclusion per line.
% EXAMPLES
% folder/ - Exclude folder and all of its content
% folder/* - Exclude contents of folder
% folder/** - Exclude all contents of folder and subfolders
% *.extension - Exclude files with extension in folder
% **/*.extension - Exclude all files with extension in folder and all subfolders
% file.extension - Exclude specific file
% folder/file.extension - Exclude specific file in a subfolder
% **/file.extension - Exclude specific file in all subfolders
% Notes:
% - If a path starts with '%', include '\' before '%', for example, "\%examplefile.svn".
% - This file, 'toolbox.ignore', is always excluded from the toolbox and including it is not supported.
%% Recommended Exclusions (remove lines to re-include files):
% Version control history
**/.git/
**/*.svn
/.git/
/.github/
header.mlappinstall
header.jpg
commentDemo.jpg
.gitignore
.gitattributes
% Toolbox files and project files
**/*.mltbx
**/*.prj
% Backup files
**/*.asv
**/*.prj.bak
% Local MATLAB/Simulink tool caches
**/slprj
**/.buildtool/
% Project resources folder
resources/