Skip to content

Commit

Permalink
Add initial project
Browse files Browse the repository at this point in the history
  • Loading branch information
aps committed Sep 2, 2020
1 parent 66b4a21 commit 6ca704a
Show file tree
Hide file tree
Showing 1,091 changed files with 171,049 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Gradle
.gradle/
build/
local.properties

# IDEA/Android Studio ignores
*iml
.idea/*
*/venv/*

# IDEA/Android Studio includes
!.idea/vcs.xml
!.idea/fileTemplates/
!.idea/inspectionProfiles/
!.idea/scopes/
!.idea/codeStyles/
!.idea/encoding.xml
!.idea/copyright/
!.idea/compiler.xml
!.idea/externalDependencies.xml

# Others
captures/

.asciidoctor/

.DS_Store
116 changes: 116 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7.3
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/d4l-data4life/hc-fhir-sdk-java/compare/0.7.0...main)
### Added
### Changed
### Removed
### Fixed
### Updated
### Migration
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "fastlane"
gem "asciidoctor"
gem "danger"
gem "html-proofer"
Loading

0 comments on commit 6ca704a

Please sign in to comment.