From 8caeacc6792a963671dbc8273cac34a5c177dee0 Mon Sep 17 00:00:00 2001 From: Breval Ferrari Date: Tue, 6 May 2025 19:42:56 -0400 Subject: [PATCH] gitignore for plantuml exports --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ab951f8..9cef7ee 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ Cargo.lock # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +out/ \ No newline at end of file