From b0e52cf356be17bb8b83123a11866951ad4d848c Mon Sep 17 00:00:00 2001 From: siim-m <46551195+siim-m@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:19:36 +0300 Subject: [PATCH] rename --- {cc_website => cc-implementation}/.gitignore | 0 {cc_website => cc-implementation}/Makefile | 0 {cc_website => cc-implementation}/README.md | 0 {cc_website => cc-implementation}/SHA256SUMS | 0 {cc_website => cc-implementation}/SHA256SUMS.asc | 0 {cc_website => cc-implementation}/build-single-file/index.html | 0 {cc_website => cc-implementation}/build/pushtx.css | 0 {cc_website => cc-implementation}/build/pushtx.js | 0 {cc_website => cc-implementation}/index.html | 0 {cc_website => cc-implementation}/index.md | 0 {cc_website => cc-implementation}/package-lock.json | 0 {cc_website => cc-implementation}/package.json | 0 {cc_website => cc-implementation}/src/config.ts | 0 {cc_website => cc-implementation}/src/main.ts | 0 {cc_website => cc-implementation}/src/style.css | 0 {cc_website => cc-implementation}/src/types.ts | 0 {cc_website => cc-implementation}/src/vite-env.d.ts | 0 {cc_website => cc-implementation}/tsconfig.json | 0 {cc_website => cc-implementation}/vite.config.ts | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename {cc_website => cc-implementation}/.gitignore (100%) rename {cc_website => cc-implementation}/Makefile (100%) rename {cc_website => cc-implementation}/README.md (100%) rename {cc_website => cc-implementation}/SHA256SUMS (100%) rename {cc_website => cc-implementation}/SHA256SUMS.asc (100%) rename {cc_website => cc-implementation}/build-single-file/index.html (100%) rename {cc_website => cc-implementation}/build/pushtx.css (100%) rename {cc_website => cc-implementation}/build/pushtx.js (100%) rename {cc_website => cc-implementation}/index.html (100%) rename {cc_website => cc-implementation}/index.md (100%) rename {cc_website => cc-implementation}/package-lock.json (100%) rename {cc_website => cc-implementation}/package.json (100%) rename {cc_website => cc-implementation}/src/config.ts (100%) rename {cc_website => cc-implementation}/src/main.ts (100%) rename {cc_website => cc-implementation}/src/style.css (100%) rename {cc_website => cc-implementation}/src/types.ts (100%) rename {cc_website => cc-implementation}/src/vite-env.d.ts (100%) rename {cc_website => cc-implementation}/tsconfig.json (100%) rename {cc_website => cc-implementation}/vite.config.ts (100%) diff --git a/cc_website/.gitignore b/cc-implementation/.gitignore similarity index 100% rename from cc_website/.gitignore rename to cc-implementation/.gitignore diff --git a/cc_website/Makefile b/cc-implementation/Makefile similarity index 100% rename from cc_website/Makefile rename to cc-implementation/Makefile diff --git a/cc_website/README.md b/cc-implementation/README.md similarity index 100% rename from cc_website/README.md rename to cc-implementation/README.md diff --git a/cc_website/SHA256SUMS b/cc-implementation/SHA256SUMS similarity index 100% rename from cc_website/SHA256SUMS rename to cc-implementation/SHA256SUMS diff --git a/cc_website/SHA256SUMS.asc b/cc-implementation/SHA256SUMS.asc similarity index 100% rename from cc_website/SHA256SUMS.asc rename to cc-implementation/SHA256SUMS.asc diff --git a/cc_website/build-single-file/index.html b/cc-implementation/build-single-file/index.html similarity index 100% rename from cc_website/build-single-file/index.html rename to cc-implementation/build-single-file/index.html diff --git a/cc_website/build/pushtx.css b/cc-implementation/build/pushtx.css similarity index 100% rename from cc_website/build/pushtx.css rename to cc-implementation/build/pushtx.css diff --git a/cc_website/build/pushtx.js b/cc-implementation/build/pushtx.js similarity index 100% rename from cc_website/build/pushtx.js rename to cc-implementation/build/pushtx.js diff --git a/cc_website/index.html b/cc-implementation/index.html similarity index 100% rename from cc_website/index.html rename to cc-implementation/index.html diff --git a/cc_website/index.md b/cc-implementation/index.md similarity index 100% rename from cc_website/index.md rename to cc-implementation/index.md diff --git a/cc_website/package-lock.json b/cc-implementation/package-lock.json similarity index 100% rename from cc_website/package-lock.json rename to cc-implementation/package-lock.json diff --git a/cc_website/package.json b/cc-implementation/package.json similarity index 100% rename from cc_website/package.json rename to cc-implementation/package.json diff --git a/cc_website/src/config.ts b/cc-implementation/src/config.ts similarity index 100% rename from cc_website/src/config.ts rename to cc-implementation/src/config.ts diff --git a/cc_website/src/main.ts b/cc-implementation/src/main.ts similarity index 100% rename from cc_website/src/main.ts rename to cc-implementation/src/main.ts diff --git a/cc_website/src/style.css b/cc-implementation/src/style.css similarity index 100% rename from cc_website/src/style.css rename to cc-implementation/src/style.css diff --git a/cc_website/src/types.ts b/cc-implementation/src/types.ts similarity index 100% rename from cc_website/src/types.ts rename to cc-implementation/src/types.ts diff --git a/cc_website/src/vite-env.d.ts b/cc-implementation/src/vite-env.d.ts similarity index 100% rename from cc_website/src/vite-env.d.ts rename to cc-implementation/src/vite-env.d.ts diff --git a/cc_website/tsconfig.json b/cc-implementation/tsconfig.json similarity index 100% rename from cc_website/tsconfig.json rename to cc-implementation/tsconfig.json diff --git a/cc_website/vite.config.ts b/cc-implementation/vite.config.ts similarity index 100% rename from cc_website/vite.config.ts rename to cc-implementation/vite.config.ts