This is an automated email from the ASF dual-hosted git repository.
junchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git
The following commit(s) were added to refs/heads/master by this push:
new 70843091 rm files
70843091 is described below
commit 708430919d93222cfd8d2e619b46e0bd578f6340
Author: cjcchen <[email protected]>
AuthorDate: Wed Dec 3 17:00:36 2025 +0000
rm files
---
ecosystem/deployment/ansible/dev/.rat-excludes | 19 ----------------
ecosystem/tools/resvault/.gitignore | 25 ----------------------
ecosystem/tools/resvault/dev/.rat-excludes | 19 ----------------
package-lock.json | 12 -----------
.../tools/kv/api_tools/example_contract/token.json | 13 -----------
5 files changed, 88 deletions(-)
diff --git a/ecosystem/deployment/ansible/dev/.rat-excludes
b/ecosystem/deployment/ansible/dev/.rat-excludes
deleted file mode 100644
index 35c8b276..00000000
--- a/ecosystem/deployment/ansible/dev/.rat-excludes
+++ /dev/null
@@ -1,19 +0,0 @@
-.bazelrc
-.bazelversion
-.clang-format
-.licenserc.yaml
-repositories.bzl
-.gitignore
-.git
-.rat-excludes
-DISCLAIMER-WIP
-CNAME
-WORKSPACE
-build
-.*\.conf
-.*\.config
-.*\.pub
-.*\.pri
-Doxyfile
-header
-.*\.sol
\ No newline at end of file
diff --git a/ecosystem/tools/resvault/.gitignore
b/ecosystem/tools/resvault/.gitignore
deleted file mode 100644
index 5ce422f4..00000000
--- a/ecosystem/tools/resvault/.gitignore
+++ /dev/null
@@ -1,25 +0,0 @@
-# See https://help.github.com/articles/ignoring-files/ for more about ignoring
files.
-
-# dependencies
-/node_modules
-/.pnp
-.pnp.js
-
-# testing
-/coverage
-
-# production
-/build
-
-# misc
-.DS_Store
-.env.local
-.env.development.local
-.env.test.local
-.env.production.local
-
-npm-debug.log*
-yarn-debug.log*
-yarn-error.log*
-
-build.zip
diff --git a/ecosystem/tools/resvault/dev/.rat-excludes
b/ecosystem/tools/resvault/dev/.rat-excludes
deleted file mode 100644
index 35c8b276..00000000
--- a/ecosystem/tools/resvault/dev/.rat-excludes
+++ /dev/null
@@ -1,19 +0,0 @@
-.bazelrc
-.bazelversion
-.clang-format
-.licenserc.yaml
-repositories.bzl
-.gitignore
-.git
-.rat-excludes
-DISCLAIMER-WIP
-CNAME
-WORKSPACE
-build
-.*\.conf
-.*\.config
-.*\.pub
-.*\.pri
-Doxyfile
-header
-.*\.sol
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
deleted file mode 100644
index 36fc6ba8..00000000
--- a/package-lock.json
+++ /dev/null
@@ -1,12 +0,0 @@
-
-{
- "requires": true,
- "lockfileVersion": 1,
- "dependencies": {
- "badgen": {
- "version": "3.2.3",
- "resolved": "https://registry.npmjs.org/badgen/-/badgen-3.2.3.tgz",
- "integrity":
"sha512-svDuwkc63E/z0ky3drpUppB83s/nlgDciH9m+STwwQoWyq7yCgew1qEfJ+9axkKdNq7MskByptWUN9j1PGMwFA=="
- }
- }
-}
diff --git a/service/tools/kv/api_tools/example_contract/token.json
b/service/tools/kv/api_tools/example_contract/token.json
deleted file mode 100644
index eaeaa36f..00000000
--- a/service/tools/kv/api_tools/example_contract/token.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "contracts": {
- "token.sol:Token": {
- "bin":
"6080604052348015600f57600080fd5b506040516103f83803806103f8833981016040819052602c916040565b336000908152602081905260409020556058565b600060208284031215605157600080fd5b5051919050565b610391806100676000396000f3fe608060405234801561001057600080fd5b506004361061005d577c0100000000000000000000000000000000000000000000000000000000600035046370a082318114610062578063a5f2a1521461009e578063a9059cbb146100c1575b600080fd5b61008b610070366004610284565b600160a060020a03166000908152602081905260409020
[...]
- "hashes": {
- "balanceOf(address)": "70a08231",
- "transfer(address,uint256)": "a9059cbb",
- "transferTo(address,address,uint256)": "a5f2a152"
- }
- }
- },
- "version": "0.8.28+commit.7893614a.Linux.g++"
-}