From c9db701b09a2789e8daeba383e647c003db7a3b7 Mon Sep 17 00:00:00 2001 From: Cyborus Date: Mon, 27 May 2024 13:11:03 -0400 Subject: [PATCH] add `/test_repos` to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ea8c4bf..821a346 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /target +/test_repos