From 8f49ca27e9ae7cd9d27808b3306d0f6522eeb226 Mon Sep 17 00:00:00 2001 From: Christopher Guindon <chris.guindon@eclipse-foundation.org> Date: Mon, 10 Feb 2025 11:32:37 -0500 Subject: [PATCH] add /bin to gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4712f205..a69d70e4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /data/eclipsefdn_projects.yaml .hugo_build.lock /data/staff_blogs.xml +/bin \ No newline at end of file -- GitLab