From 1fb9af56b84b116ebef31a2056722d24c398063e Mon Sep 17 00:00:00 2001 From: Carbo Kuo Date: Mon, 29 Jul 2024 22:38:37 -0400 Subject: [PATCH] Fix npmignore. --- .npmignore | 4 +++- README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 8a56f3b1..3db42abe 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ +.bazelversion .npmignore .gitignore CMakeLists.txt @@ -18,8 +19,9 @@ CMakeLists.txt /src/*TestBase.cpp /doc /data/scheme +/data/scripts /deps/google-benchmark -/deps/gtest* +/deps/googletest* /deps/pybind* /deps/tclap* /bazel-* diff --git a/README.md b/README.md index a0e4bd97..6605453f 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ int main() { } ``` +[Full example with Bazel](https://github.com/BYVoid/opencc-bazel-example) + ### C ```c