From bd31d70d66838ebea7993c18e07ff3afac4e8a36 Mon Sep 17 00:00:00 2001 From: Aisuko Date: Mon, 1 Jul 2024 07:15:43 +0000 Subject: [PATCH] Release new version image Signed-off-by: Aisuko --- .dockerignore | 7 ++++++- Makefile | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 1ae55f0..25bf6a5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,4 +2,9 @@ .gitignore LICENSE Makefile -README.md \ No newline at end of file +README.md +poetry.lock +pyproject.toml + +# folder +.devcontainer \ No newline at end of file diff --git a/Makefile b/Makefile index 1764029..8617480 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,4 @@ expo: .PHONY: show show: - @poetry show ${name} \ No newline at end of file + @poetry show ${name}