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