From ab6d8e8fa397e35aa4f04c37a1838d6a7470b2d5 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Thu, 5 Oct 2023 10:09:48 +0200 Subject: [PATCH] Tweak gitignore --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index abb8bcf..83b3956 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ -# Ignore build directories +# Ignore build directory build/ -dist/ # Nim cache and generated files nimcache/ @@ -12,7 +11,7 @@ nimcache/ *.dylib *.exe -# Ignore specific NimScript files, but not config.nims +# Ignore NimScript files *.nims # Ignore VS Code settings @@ -32,6 +31,9 @@ nimcache/ # If using nimpretty for code formatting .nimpretty.cfg +# Ignore MacOS .DS_Store files +.DS_Store + # Exclude project files !config.nims !dashinit.nimble \ No newline at end of file