From b0491a08e4b9e2a049b14b1598f7e4ff45394e93 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sat, 10 Apr 2021 21:33:03 +0200 Subject: [PATCH] Ignore files generated by dot/circo --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 755bca8..03d510f 100644 --- a/.gitignore +++ b/.gitignore @@ -9,5 +9,7 @@ node_modules *.zip \.vagrant tmp* +/images/*.circo.svg +/images/*.dot.svg /images/*.ora.png /images/*.uml.svg