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/,