From 0af2a3c72bb1e46dd401431c9e9462480ea9fd8f Mon Sep 17 00:00:00 2001 From: "Rodney, Tiara" Date: Fri, 9 May 2025 04:22:30 +0200 Subject: [PATCH] chore: add prefix --- {compare-pip-packages => 1-compare-pip-packages}/run.sh | 0 .../debug-mocha.sh | 0 {require-esm-demo => 3-require-esm-demo}/run.sh | 0 .../.local/httpd.conf | 0 {simple-git-http-server => 4-simple-git-http-server}/Dockerfile | 0 {simple-git-http-server => 4-simple-git-http-server}/Pipfile | 0 .../docker-compose.yml | 0 {simple-git-http-server => 4-simple-git-http-server}/httpd.conf | 0 .../my-httpd.conf | 0 {simple-git-http-server => 4-simple-git-http-server}/run.sh | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {compare-pip-packages => 1-compare-pip-packages}/run.sh (100%) rename {git-multibranch-test-compare => 2-git-multibranch-test-compare}/debug-mocha.sh (100%) rename {require-esm-demo => 3-require-esm-demo}/run.sh (100%) rename {simple-git-http-server => 4-simple-git-http-server}/.local/httpd.conf (100%) rename {simple-git-http-server => 4-simple-git-http-server}/Dockerfile (100%) rename {simple-git-http-server => 4-simple-git-http-server}/Pipfile (100%) rename {simple-git-http-server => 4-simple-git-http-server}/docker-compose.yml (100%) rename {simple-git-http-server => 4-simple-git-http-server}/httpd.conf (100%) rename {simple-git-http-server => 4-simple-git-http-server}/my-httpd.conf (100%) rename {simple-git-http-server => 4-simple-git-http-server}/run.sh (100%) diff --git a/compare-pip-packages/run.sh b/1-compare-pip-packages/run.sh similarity index 100% rename from compare-pip-packages/run.sh rename to 1-compare-pip-packages/run.sh diff --git a/git-multibranch-test-compare/debug-mocha.sh b/2-git-multibranch-test-compare/debug-mocha.sh similarity index 100% rename from git-multibranch-test-compare/debug-mocha.sh rename to 2-git-multibranch-test-compare/debug-mocha.sh diff --git a/require-esm-demo/run.sh b/3-require-esm-demo/run.sh similarity index 100% rename from require-esm-demo/run.sh rename to 3-require-esm-demo/run.sh diff --git a/simple-git-http-server/.local/httpd.conf b/4-simple-git-http-server/.local/httpd.conf similarity index 100% rename from simple-git-http-server/.local/httpd.conf rename to 4-simple-git-http-server/.local/httpd.conf diff --git a/simple-git-http-server/Dockerfile b/4-simple-git-http-server/Dockerfile similarity index 100% rename from simple-git-http-server/Dockerfile rename to 4-simple-git-http-server/Dockerfile diff --git a/simple-git-http-server/Pipfile b/4-simple-git-http-server/Pipfile similarity index 100% rename from simple-git-http-server/Pipfile rename to 4-simple-git-http-server/Pipfile diff --git a/simple-git-http-server/docker-compose.yml b/4-simple-git-http-server/docker-compose.yml similarity index 100% rename from simple-git-http-server/docker-compose.yml rename to 4-simple-git-http-server/docker-compose.yml diff --git a/simple-git-http-server/httpd.conf b/4-simple-git-http-server/httpd.conf similarity index 100% rename from simple-git-http-server/httpd.conf rename to 4-simple-git-http-server/httpd.conf diff --git a/simple-git-http-server/my-httpd.conf b/4-simple-git-http-server/my-httpd.conf similarity index 100% rename from simple-git-http-server/my-httpd.conf rename to 4-simple-git-http-server/my-httpd.conf diff --git a/simple-git-http-server/run.sh b/4-simple-git-http-server/run.sh similarity index 100% rename from simple-git-http-server/run.sh rename to 4-simple-git-http-server/run.sh