mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -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/test/",
|
||||
"v8/tools/",
|
||||
# ICU data files
|
||||
"*.dat",
|
||||
# These files are required for the build.
|
||||
"!.gn",
|
||||
"!BUILD.gn",
|
||||
|
|
Loading…
Reference in a new issue