diff --git a/tools/monorepo-utils/.gitignore b/tools/monorepo-utils/.gitignore index e35482ae32a..56cfb022381 100644 --- a/tools/monorepo-utils/.gitignore +++ b/tools/monorepo-utils/.gitignore @@ -1,4 +1,5 @@ # We are going to include the bundled version of the tool so that we don't need # to build the tool in order to use it. This saves a lot of time in CI since # we don't need to install any dependencies. -!dist +!dist/index.js +!dist/index.js.LICENSE.txt