From ddab7d1a04f9e77f06211029014e7c83ad32e965 Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Sun, 9 Mar 2025 16:51:41 -0300 Subject: [PATCH] refactor(with-uv:3.13.2-alpine): :truck: Restructure folders. --- .vscode/settings.json | 2 +- {3.13.2 => with-uv/3.13.2-alpine}/Dockerfile | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {3.13.2 => with-uv/3.13.2-alpine}/Dockerfile (100%) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1a1b63e..c14f830 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { "conventionalCommits.scopes": [ - "3.13.2-alpine_with-uv" + "with-uv:3.13.2-alpine" ] } \ No newline at end of file diff --git a/3.13.2/Dockerfile b/with-uv/3.13.2-alpine/Dockerfile similarity index 100% rename from 3.13.2/Dockerfile rename to with-uv/3.13.2-alpine/Dockerfile