From c79063dbab6b8e90bcb507fe0c00895b28e231f5 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 11 Mar 2025 16:06:19 -0400 Subject: [PATCH] Ignore all dotfiles and binaries. --- .gitignore | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 23ac7f1..42c720e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ +# Ignore all dotfiles except git dotfiles +.* +!.git* + +# Binaries and build targets +*.a +*.so +*.dylib +*.dll /build +/dep /dist -/plugin.dylib -/plugin.dll -/plugin.so -.DS_Store \ No newline at end of file