forked from microsoft/fhir-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GeoPol.xml
24 lines (23 loc) · 1.18 KB
/
GeoPol.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
<!-- List of Include Files and folders and exception lists for this repo for GeoPolitical scanning. Contact Joerow for detail. -->
<!-- This file is consumed by PowerShell scripts in the 'health-localization' repo under the LocBuild\GeoPolitical folder(S) -->
<!DOCTYPE varsdefined [
<!ENTITY GitReposFolder "C:\GITs\Repos">
<!ENTITY GitRepoName "fhir-server">
]>
<GeoPol_Folders>
<!-- List of Folders to include for GeoPolitical scanning -->
<SourceGitFolder>&GitReposFolder;\VSTS\&GitRepoName;</SourceGitFolder>
<GitRepoName>&GitRepoName;</GitRepoName>
<Component Include="List here folders to Include in a GeoPol Scan">
<!-- . means the entire repo -->
<IncludeFolder>.</IncludeFolder>
</Component>
<Component Exclude="List exceptions here to not be scanned, that have been included above">
<ExcludeFolder>.gitignore</ExcludeFolder>
<ExcludeFolder>GeoPol.xml</ExcludeFolder>
<ExcludeFolder>THIRDPARTYNOTICES.md</ExcludeFolder>
<ExcludeFolder>src\Microsoft.Health.Fhir.Core\Data\*.json</ExcludeFolder>
<ExcludeFolder>src\Microsoft.Health.Fhir.Tests.Common\TestFiles\*.json</ExcludeFolder>
<ExcludeFolder>docs\rest\</ExcludeFolder>
</Component>
</GeoPol_Folders>