mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-02-08 15:21:01 -05:00
ci: exclude .dat files from cargo publish (#613)
This commit is contained in:
parent
d6aca0534d
commit
9f71bb1a5c
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ exclude = [
|
||||||
"v8/samples/",
|
"v8/samples/",
|
||||||
"v8/test/",
|
"v8/test/",
|
||||||
"v8/tools/",
|
"v8/tools/",
|
||||||
|
# ICU data files
|
||||||
|
"*.dat",
|
||||||
# These files are required for the build.
|
# These files are required for the build.
|
||||||
"!.gn",
|
"!.gn",
|
||||||
"!BUILD.gn",
|
"!BUILD.gn",
|
||||||
|
|
Loading…
Add table
Reference in a new issue