diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index bf34da5a2..000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "dist/vrma"] - path = dist/vrma - url = git@git.syui.ai:ai/vrma diff --git a/README.md b/first/README.md similarity index 100% rename from README.md rename to first/README.md diff --git a/dist/CNAME b/first/dist/CNAME similarity index 100% rename from dist/CNAME rename to first/dist/CNAME diff --git a/dist/css/style.css b/first/dist/css/style.css similarity index 100% rename from dist/css/style.css rename to first/dist/css/style.css diff --git a/dist/favicon.ico b/first/dist/favicon.ico similarity index 100% rename from dist/favicon.ico rename to first/dist/favicon.ico diff --git a/dist/img/0.hdr b/first/dist/img/0.hdr similarity index 100% rename from dist/img/0.hdr rename to first/dist/img/0.hdr diff --git a/dist/img/1.hdr b/first/dist/img/1.hdr similarity index 100% rename from dist/img/1.hdr rename to first/dist/img/1.hdr diff --git a/dist/img/2.hdr b/first/dist/img/2.hdr similarity index 100% rename from dist/img/2.hdr rename to first/dist/img/2.hdr diff --git a/dist/img/og.png b/first/dist/img/og.png similarity index 100% rename from dist/img/og.png rename to first/dist/img/og.png diff --git a/dist/index.html b/first/dist/index.html similarity index 100% rename from dist/index.html rename to first/dist/index.html diff --git a/docs/wiki.md b/first/docs/wiki.md similarity index 100% rename from docs/wiki.md rename to first/docs/wiki.md diff --git a/package.json b/first/package.json similarity index 100% rename from package.json rename to first/package.json diff --git a/src/index.ts b/first/src/index.ts similarity index 100% rename from src/index.ts rename to first/src/index.ts diff --git a/tsconfig.json b/first/tsconfig.json similarity index 100% rename from tsconfig.json rename to first/tsconfig.json diff --git a/webpack.config.js b/first/webpack.config.js similarity index 100% rename from webpack.config.js rename to first/webpack.config.js