diff --git a/.gitignore b/.gitignore index aa39181..5458ee0 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,6 @@ input-cache/schemas/ translations/ -input-cache/* \ No newline at end of file +input-cache/* + +local-template/* \ No newline at end of file diff --git a/local-template/content/.index.db b/local-template/content/.index.db deleted file mode 100644 index f4572f2..0000000 Binary files a/local-template/content/.index.db and /dev/null differ diff --git a/local-template/content/.index.json b/local-template/content/.index.json deleted file mode 100644 index 7ee6e2c..0000000 --- a/local-template/content/.index.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "index-version" : 2, - "files" : [] -} diff --git a/local-template/content/assets/.index.db b/local-template/content/assets/.index.db deleted file mode 100644 index f4572f2..0000000 Binary files a/local-template/content/assets/.index.db and /dev/null differ diff --git a/local-template/content/assets/.index.json b/local-template/content/assets/.index.json deleted file mode 100644 index 7ee6e2c..0000000 --- a/local-template/content/assets/.index.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "index-version" : 2, - "files" : [] -} diff --git a/local-template/content/assets/images/.index.db b/local-template/content/assets/images/.index.db deleted file mode 100644 index f4572f2..0000000 Binary files a/local-template/content/assets/images/.index.db and /dev/null differ diff --git a/local-template/content/assets/images/.index.json b/local-template/content/assets/images/.index.json deleted file mode 100644 index 7ee6e2c..0000000 --- a/local-template/content/assets/images/.index.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "index-version" : 2, - "files" : [] -} diff --git a/local-template/content/assets/images/SampleLogo.png b/local-template/content/assets/images/SampleLogo.png deleted file mode 100644 index 3b7daf3..0000000 Binary files a/local-template/content/assets/images/SampleLogo.png and /dev/null differ diff --git a/local-template/includes/.index.db b/local-template/includes/.index.db deleted file mode 100644 index f4572f2..0000000 Binary files a/local-template/includes/.index.db and /dev/null differ diff --git a/local-template/includes/.index.json b/local-template/includes/.index.json deleted file mode 100644 index 7ee6e2c..0000000 --- a/local-template/includes/.index.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "index-version" : 2, - "files" : [] -} diff --git a/local-template/includes/_append.fragment-header.html b/local-template/includes/_append.fragment-header.html deleted file mode 100644 index 06c17fe..0000000 --- a/local-template/includes/_append.fragment-header.html +++ /dev/null @@ -1,3 +0,0 @@ -
\ No newline at end of file diff --git a/local-template/package/.index.db b/local-template/package/.index.db deleted file mode 100644 index f4572f2..0000000 Binary files a/local-template/package/.index.db and /dev/null differ diff --git a/local-template/package/.index.json b/local-template/package/.index.json deleted file mode 100644 index 7ee6e2c..0000000 --- a/local-template/package/.index.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "index-version" : 2, - "files" : [] -} diff --git a/local-template/package/package.json b/local-template/package/package.json deleted file mode 100644 index 64cf87d..0000000 --- a/local-template/package/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "hl7.sample.template", - "version": "0.0.1", - "type": "fhir.template", - "license": "CC0-1.0", - "description": "Sample Template - not intended for real use", - "author": "http://hl7.org/fhir", - "canonical": "http://github.com/HL7/ig-template-sample", - "base": "fhir.base.template", - "dependencies": { - "fhir.base.template": "current" - } -} \ No newline at end of file