From 40b59e89dd63a0f8ef40b0c2a42e6353f0afdf82 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Sun, 31 May 2026 17:22:32 -0500 Subject: [PATCH] Ignore any yaml configs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9b2e8f4..7f73bac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ # Build artifacts /bin/ +# Yaml configs +/*.yaml + # Coverage outputs /*.out \ No newline at end of file