From 0caf3e251977881a6312eb5e32ae0ee17f47d309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Kuchenbecker?= Date: Fri, 10 Nov 2023 15:08:33 +0000 Subject: [PATCH] Remove dev_launcher --- .devcontainer/dev_launcher | 4 ---- .mandatory_files_ignore | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100755 .devcontainer/dev_launcher diff --git a/.devcontainer/dev_launcher b/.devcontainer/dev_launcher deleted file mode 100755 index 5671ba2..0000000 --- a/.devcontainer/dev_launcher +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -# adapt to package name -ghga-datasteward-kit "$@" diff --git a/.mandatory_files_ignore b/.mandatory_files_ignore index 13f57c7..75d4e8d 100644 --- a/.mandatory_files_ignore +++ b/.mandatory_files_ignore @@ -1,3 +1,4 @@ # Optional list of files which are actually mandatory in the template # but are allowed to be removed in the current repository scripts/script_utils/fastapi_app_location.py +.devcontainer/dev_launcher