From f617ed1d036b8a9eccecf2f75d9f8236e7a4aaa3 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 18 Feb 2025 07:51:08 -0500 Subject: [PATCH] Ignore dotfiles. Reorganize .gitignore. --- .gitignore | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index dd49e918..2b3b0a1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ -.DS_Store +# Ignore all dotfiles except git dotfiles +.* +!.git* + +# Binaries and build targets *.a *.so *.dylib @@ -7,13 +11,14 @@ *.res *.d *.dSYM - +/build /Rack /dep +/dist + +# Rack folders /plugins /disabledplugins -/build -/dist /patches /presets /licenses