From da89ebec705d0ba337ddf28fe2f7eb890dd46e62 Mon Sep 17 00:00:00 2001 From: Andrew DeOrio Date: Wed, 20 Nov 2024 16:46:34 -0500 Subject: [PATCH] .gitignore -= /bin --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 72e8ffc..f9aa534 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -* +# Home directory gitignore + +# Ignore everything +/* + +# Except /bin and its contents +!/bin/ +!/bin/**