From 06fa33e97090726f5dadb647e10a1dcb8f776d53 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 9 Feb 2023 00:31:58 -0500 Subject: [PATCH] Ignore build directory --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c71fdf..336cc30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -/target +/build +/design-workflow/frequency-all.txt.gz /design-workflow/*.html /design-workflow/*.svg -/design-workflow/frequency-all.txt.gz **/.ipynb_checkpoints +/target