-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Nate Malubay
committed
Nov 13, 2019
0 parents
commit 73bca2d
Showing
58 changed files
with
3,013 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,78 @@ | ||
# Xcode | ||
# | ||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | ||
|
||
## Mac OS generated | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
## Build generated | ||
build/ | ||
DerivedData/ | ||
|
||
## Various settings | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata/ | ||
|
||
## Other | ||
*.moved-aside | ||
*.xccheckout | ||
*.xcscmblueprint | ||
|
||
## Obj-C/Swift specific | ||
*.hmap | ||
*.ipa | ||
*.dSYM.zip | ||
*.dSYM | ||
|
||
## Playgrounds | ||
timeline.xctimeline | ||
playground.xcworkspace | ||
|
||
# Swift Package Manager | ||
# | ||
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. | ||
# Packages/ | ||
# Package.pins | ||
# Package.resolved | ||
.build/ | ||
.swiftpm/ | ||
|
||
# CocoaPods | ||
# | ||
# We recommend against adding the Pods directory to your .gitignore. However | ||
# you should judge for yourself, the pros and cons are mentioned at: | ||
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control | ||
# | ||
# Pods/ | ||
|
||
# Carthage | ||
# | ||
# Add this line if you want to avoid checking in source code from Carthage dependencies. | ||
# Carthage/Checkouts | ||
|
||
Carthage/Build | ||
|
||
# fastlane | ||
# | ||
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the | ||
# screenshots whenever they are needed. | ||
# For more information about the recommended setup visit: | ||
# https://docs.fastlane.tools/best-practices/source-control/#source-control | ||
|
||
fastlane/report.xml | ||
fastlane/Preview.html | ||
fastlane/screenshots/**/*.png | ||
fastlane/test_output |
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,9 @@ | ||
# Microsoft Open Source Code of Conduct | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). | ||
|
||
Resources: | ||
|
||
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) | ||
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) | ||
- Contact [[email protected]](mailto:[email protected]) with questions or concerns |
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 @@ | ||
# Contributing to IomtFhirClient | ||
|
||
This document describes guidelines for contributing to the IomtFhirClient repo. | ||
|
||
## Submitting Pull Requests | ||
|
||
- **DO** submit all changes via pull requests (PRs). They will be reviewed and potentially be merged by maintainers after a peer review that includes at least one of the team members. | ||
- **DO** give PRs short but descriptive names. | ||
- **DO** write a useful but brief description of what the PR is for. | ||
- **DO** refer to any relevant issues and use [keywords](https://help.github.com/articles/closing-issues-using-keywords/) that automatically close issues when the PR is merged. | ||
- **DO** ensure each commit successfully builds. The entire PR must pass all checks before it will be merged. | ||
- **DO** address PR feedback in additional commits instead of amending. | ||
- **DO** assume that [Squash and Merge](https://blog.github.com/2016-04-01-squash-your-commits/) will be used to merge the commits unless specifically requested otherwise. | ||
- **DO NOT** submit "work in progress" PRs. A PR should only be submitted when it is considered ready for review. | ||
- **DO NOT** mix independent and unrelated changes in one PR. | ||
|
||
## Creating Issues | ||
|
||
- **DO** use a descriptive title that identifies the issue or the requested feature. | ||
- **DO** write a detailed description of the issue or the requested feature. | ||
- **DO** provide details for issues you create: | ||
- Describe the expected and actual behavior. | ||
- Provide any relevant exception message or OperationOutcome. | ||
- **DO** subscribe to notifications for created issues in case there are any follow-up questions. |
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,23 @@ | ||
<!-- 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/NExTGeoPol for further details --> | ||
<!-- 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 "readmissions-event-hubs-ios"> | ||
]> | ||
|
||
<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. C:\Temp\Git\ --> | ||
<IncludeFolder>.</IncludeFolder> | ||
</Component> | ||
<Component Exclude="List exceptions here to not be scanned, that have been included above"> | ||
<!-- Make sure to consult http://aka.ms/NExtStart if excluding 3rd party or OSS components --> | ||
<!-- Use back slash \ to indicate folder path e.g. C:\Temp\Git\ --> | ||
<ExcludeFolder>.gitignore</ExcludeFolder> | ||
<ExcludeFolder>GeoPol.xml</ExcludeFolder> | ||
</Component> | ||
</GeoPol_Folders> |
Oops, something went wrong.