Skip to content

Commit

Permalink
fix(helper-cli): Remove package.json from path exclude generator
Browse files Browse the repository at this point in the history
The `package.json` is included in the distributed artifacts.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 23, 2023
1 parent eb0e6f1 commit eadf828
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion helper-cli/src/main/kotlin/utils/PathExcludeGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ private val PATH_EXCLUDE_REASON_FOR_FILENAME = listOf(
"makefile.*" to BUILD_TOOL_OF,
"mkdocs.yml" to BUILD_TOOL_OF,
"package-lock.json" to BUILD_TOOL_OF,
"package.json" to BUILD_TOOL_OF,
"proguard-rules.pro" to BUILD_TOOL_OF,
"runsuite.c" to TEST_OF,
"runtest.c" to TEST_OF,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ native/libffi/libtool-ldflags
objectivec/DevTools/**
org.abego.treelayout.demo/**
package-lock.json
package.json
runtime/Perl5/Build.PL
samples/SupportLeanbackDemos/**
setup.cfg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ libxml2-2.9.14/runtest.c
mkdocs.yml
native/libffi/libtool-ldflags
package-lock.json
package.json
runtime/Perl5/Build.PL
setup.cfg
setup.py
Expand Down

0 comments on commit eadf828

Please sign in to comment.