Update the monorepo-utils gitignore to only include index.js and its license file. (#44932)

This commit is contained in:
jonathansadowski 2024-02-23 13:56:18 -06:00 committed by GitHub
parent 7018f2b7f3
commit 1402ac24d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# We are going to include the bundled version of the tool so that we don't need # 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 # 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. # we don't need to install any dependencies.
!dist !dist/index.js
!dist/index.js.LICENSE.txt