From ecabf0e65616021c5b64d21b9c49c5291a988589 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Mon, 28 Aug 2023 17:21:52 -0600 Subject: [PATCH] Ignore build artifacts and Unison history --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 16b16d9..41acb89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ .DS_Store - node_modules build +target *.dylib +*.rlib +.unisonHistory