-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathtoolbox.ignore
More file actions
32 lines (32 loc) · 813 Bytes
/
toolbox.ignore
File metadata and controls
32 lines (32 loc) · 813 Bytes
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
% List the files in your toolbox folder to exclude from packaging. Specify the
% file path as a path relative to the toolbox folder.
% List only one exclude per line.
%
% For example:
%
% Exclude a specific file in the toolbox folder:
% file1.svn
%
% Exclude a specific file in a subfolder of the toolbox folder:
% example/file1.svn
%
% Exclude all files in a subfolder of the toolbox folder:
% example/*
%
% Exclude all files with a certain name in all subfolders of the toolbox folder:
% **/file1.svn
%
%Exclude all files matching a pattern in all subfolders of the toolbox folder:
% **/*.bak
%
% Exclude all top level files and folders beginning with the character "%":
% \%example/%file.svn
%
**/resources/project/**/*
resources
**/*.prj
**/*.prj.bak
**/.git/**/*
**/.svn/**/*
**/.buildtool/**/*
**/*.asv