Update the monorepo-utils gitignore to only include index.js and its license file. (#44932)
This commit is contained in:
parent
7018f2b7f3
commit
1402ac24d8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue