diff options
Diffstat (limited to 'img')
-rw-r--r-- | img/.gitignore | 2 | ||||
-rw-r--r-- | img/example.puml | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/img/.gitignore b/img/.gitignore new file mode 100644 index 0000000..60a51f5 --- /dev/null +++ b/img/.gitignore @@ -0,0 +1,2 @@ +!*.pdf +*.eps diff --git a/img/example.puml b/img/example.puml new file mode 100644 index 0000000..942dce2 --- /dev/null +++ b/img/example.puml @@ -0,0 +1,6 @@ +@startuml +!include theme.ipuml + +Bob -> Alice : hello + +@enduml |