-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #379 from microsoft/personal/joerow/GeoPolitical_I…
…ndexManifest_fhir-converter Global Readiness Manifest file GeoPol.xml
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- List of Include Files and folders and exception lists for this repo for GeoPolitical scanning. Contact Joerow for detail. --> | ||
<!-- Consult Global Readiness Notebook @ aka.ms/HLSGeoPol for further details --> | ||
<!-- This file is consumed by scripts in the 'health-localization' repo under the LocBuild\GeoPolitical folder(s) --> | ||
<!DOCTYPE varsdefined [ | ||
<!ENTITY GitReposFolder "C:\GITs\Repos"> | ||
<!ENTITY GitRepoName "fhir-converter"> | ||
]> | ||
|
||
<GeoPol_Folders> | ||
<!-- List of Folders to include for GeoPolitical scanning --> | ||
<GitRepoName>&GitRepoName;</GitRepoName> | ||
<Component Include="List here folders to Include in a GeoPol Scan"> | ||
<!-- . means the entire repo --> | ||
<!-- Use back slash \ to indicate folder path e.g. src\Test --> | ||
<IncludeFolder>.</IncludeFolder> | ||
</Component> | ||
<Component Exclude="List exceptions here to not be scanned, that have been included above"> | ||
<!-- Use back slash \ to indicate folder path e.g. src\external\ --> | ||
<ExcludeFolder>.gitignore</ExcludeFolder> | ||
<ExcludeFolder>GeoPol.xml</ExcludeFolder> | ||
<ExcludeFolder>test</ExcludeFolder> | ||
<!-- 3rd Party Libraries section below --> | ||
</Component> | ||
</GeoPol_Folders> |