From bec784afe157d8d4ccf8154f3fcb8149d5d2c350 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 28 Jun 2026 23:57:03 -0700 Subject: Change build output directory Put everything in public/pakages so that at a later date I can add a project site along with the packages. This change also makes it easier for me to change my mind about where the packages land. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 146f2cf..3ce2951 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /*/.cask/ -/*/bin/ +/public + /*/dist/ /*/.eldev/ -- cgit v1.3-2-g0d8e