From a4a72efd9c143d8e882249626fd150be54fe703a Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sun, 11 Feb 2024 16:45:45 -0500 Subject: [PATCH] Add missing .gitignores to better support --addon-only scenarios (no test app) --- files/__addonLocation__/gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/files/__addonLocation__/gitignore b/files/__addonLocation__/gitignore index b02e86e7..eedd0d83 100644 --- a/files/__addonLocation__/gitignore +++ b/files/__addonLocation__/gitignore @@ -5,8 +5,13 @@ /LICENSE.md # compiled output -/dist -/declarations +dist/ +declarations/ # npm/pnpm/yarn pack output *.tgz + +# deps & caches +node_modules/ +.eslintcache +.prettiercache