From f874fb677a1240ac28d1d13af97b37dd8df35545 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Mon, 16 Dec 2024 08:15:06 -0500 Subject: [PATCH] Add *_diagrams.md to .gitignore. These *could* be included in the repo, though, if we want? --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1bd11b884..447ea2d3e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ tool_test_output.json .DS_Store workflow_manifest.json .vscode +*_diagrams.md