-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (42 loc) · 2 KB
/
Copy path.gitignore
File metadata and controls
45 lines (42 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# --- IG Publisher / SUSHI build artifacts (regenerated on every build) ---
# The generated IG website. Never commit it; previews are published via CI.
output/
# IG Publisher scratch space.
temp/
# The template package the IG Publisher extracts into ./template at build
# time. Why: this repo REFERENCES the template by version in ig.ini; the
# extracted copy is a build artifact. (A deliberate vendored bring-up copy
# would live under a different, tracked path.)
template/
# Downloaded FHIR package cache.
input-cache/
# FSH -> FHIR JSON output generated by SUSHI.
# NICHT pauschal ignorieren: dieses Modul CHECKT fsh-generated/ EIN, und
# .github/workflows/main.yml committet die neu erzeugten Dateien automatisch
# ("auto-generated FHIR files by GitHub Actions"). Mit dem Template-Ignore
# scheitert dieser Schritt an "The following paths are ignored by one of your
# .gitignore files: fsh-generated". Ignoriert wird daher nur die eine Datei,
# die schon auf master ausgenommen war. kerndatensatzmodul-biobank und
# kerndatensatzmodul-onkologie verfahren ebenso.
fsh-generated/includes/fsh-link-references.md
# Build-Ausgabe, die SUSHI bei jedem Lauf neu schreibt und die NICHT ins
# Package geht: SUSHI-Index und generiertes Menue. Die ImplementationGuide-
# Ressource steht bewusst NICHT hier - sie IST Bestandteil des Packages
# (verifiziert am vom Publisher erzeugten package.tgz) und muss eingecheckt
# bleiben, solange Simplifier die Packages aus dem Repository baut.
fsh-generated/fsh-index.json
fsh-generated/data/fsh-index.json
fsh-generated/fsh-index.txt
fsh-generated/includes/menu.xml
# Publisher-Ausgabe: die QUELLE der Uebersetzungen liegt unter
# input/translations/, dieses Verzeichnis im Wurzelverzeichnis erzeugt der
# IG Publisher bei jedem Lauf neu (json/, po/, xliff/ je Sprache).
# kerndatensatzmodul-biobank ignoriert es ebenso.
/translations/
# The IG Publisher jar itself — downloaded, version-pinned, never committed.
publisher.jar
# --- Tooling ---
node_modules/
# --- OS / editor noise ---
.DS_Store
*.log