From 6883d2a873da20b67f857c975a06c24a5edf5b7e Mon Sep 17 00:00:00 2001 From: rustdesk Date: Thu, 12 May 2022 16:22:18 +0800 Subject: [PATCH] for merge --- .gitattributes => js/.gitattributes | 0 .gitignore => js/.gitignore | 0 gen_js_from_hbb.py => js/gen_js_from_hbb.py | 0 index.html => js/index.html | 0 package.json => js/package.json | 0 ts_proto.py => js/ts_proto.py | 0 tsconfig.json => js/tsconfig.json | 0 yarn.lock => js/yarn.lock | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename .gitattributes => js/.gitattributes (100%) rename .gitignore => js/.gitignore (100%) rename gen_js_from_hbb.py => js/gen_js_from_hbb.py (100%) rename index.html => js/index.html (100%) rename package.json => js/package.json (100%) rename ts_proto.py => js/ts_proto.py (100%) rename tsconfig.json => js/tsconfig.json (100%) rename yarn.lock => js/yarn.lock (100%) diff --git a/.gitattributes b/js/.gitattributes similarity index 100% rename from .gitattributes rename to js/.gitattributes diff --git a/.gitignore b/js/.gitignore similarity index 100% rename from .gitignore rename to js/.gitignore diff --git a/gen_js_from_hbb.py b/js/gen_js_from_hbb.py similarity index 100% rename from gen_js_from_hbb.py rename to js/gen_js_from_hbb.py diff --git a/index.html b/js/index.html similarity index 100% rename from index.html rename to js/index.html diff --git a/package.json b/js/package.json similarity index 100% rename from package.json rename to js/package.json diff --git a/ts_proto.py b/js/ts_proto.py similarity index 100% rename from ts_proto.py rename to js/ts_proto.py diff --git a/tsconfig.json b/js/tsconfig.json similarity index 100% rename from tsconfig.json rename to js/tsconfig.json diff --git a/yarn.lock b/js/yarn.lock similarity index 100% rename from yarn.lock rename to js/yarn.lock