-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
46 lines (41 loc) · 1.43 KB
/
config.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<Profile Name="p1">
<RootDir>E:\Sitecore-Project\wwwroot</RootDir>
<Include>.+\.html</Include>
<Include>.+\.less</Include>
<Include>.+\.scss</Include>
<Include>.+\.jade</Include>
<Include>.+bower.+</Include>
<Include>.+\.yml</Include>
<Include>\.editorconfig</Include>
<Include>\.gitignore</Include>
<Include>\.gitattribute</Include>
<Include>\.jscsrc</Include>
<Include>\.jshintrc</Include>
<Include>.+\.pdb</Include>
<Include>^readme\..+</Include>
<Include>changelog\..+</Include>
<Include>.+\.csproj</Include>
<Include>.+\.sln</Include>
<Include>.+\.bak</Include>
<Include>.+\.config\..+</Include>
<Include>^test\..+</Include>
<Include>^test$</Include>
<Include>.+test\..+</Include>
<Exclude>.+\.config.dll</Exclude>
<Exclude>.+\.config.js</Exclude>
<Exclude>^.+\\[Ss]itecore(?:[^\\].+|.+)</Exclude>
</Profile>
<Profile Name="p2">
<RootDir>E:\Sitecore-Project\vendor\zk_1</RootDir>
<RootDir>E:\Sitecore-Project\vendor\zk_2</RootDir>
<RootDir>E:\Sitecore-Project\vendor\zk_3</RootDir>
<RootDir>E:\Sitecore-Project\vendor\solr_1</RootDir>
<RootDir>E:\Sitecore-Project\vendor\solr_2</RootDir>
<Include>.+\src\\.+</Include>
<Exclude>.+\bin\\</Exclude>
<Exclude>.+\server\\</Exclude>
<GenerateFile IncludeList="true" ExcludeList="true" />
</Profile>
</Configuration>