From e6a0d931af80d5218d080806ac77737f5b89612a Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Tue, 18 Feb 2025 23:03:08 -0800 Subject: [PATCH] Move out helper images --- .gitignore | 3 ++- forge.config.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f59fc05..8c9d29d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,8 @@ src/images .DS_Store images images_new +helper-images dist !.github/images *.code-workspace -*.pfx \ No newline at end of file +*.pfx diff --git a/forge.config.js b/forge.config.js index d527a50..578ac75 100644 --- a/forge.config.js +++ b/forge.config.js @@ -39,6 +39,7 @@ module.exports = { /\/src\/.*\.ts/, /\/test(\/?)/, /\/@types(\/?)/, + /\/helper-images(\/?)/, /package-lock\.json/, /README\.md/, /tsconfig\.json/,