From 188064f63ba6687fb17103cac791ccb34089c3bf Mon Sep 17 00:00:00 2001 From: Stephan Date: Sat, 28 Aug 2021 16:36:57 +0200 Subject: [PATCH] chore: added plantuml.jar to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8afec52..8421917 100644 --- a/.gitignore +++ b/.gitignore @@ -207,3 +207,6 @@ bundle crowbook/wtf-handbook.epub crowbook/wtf-handbook.html crowbook/wtf-handbook.pdf + +# Plantuml binary +plantuml.jar