From 760d8a227c3252e18adddcc598289771c5224278 Mon Sep 17 00:00:00 2001 From: s1n7ax Date: Tue, 22 Oct 2024 10:30:36 +0530 Subject: [PATCH] chore: remove unwanted readme --- src/hello/README.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/hello/README.md diff --git a/src/hello/README.md b/src/hello/README.md deleted file mode 100644 index 0cef6cf..0000000 --- a/src/hello/README.md +++ /dev/null @@ -1,17 +0,0 @@ - -# Hello, World (hello) - -A hello world Template - -## Options - -| Options Id | Description | Type | Default Value | -|-----|-----|-----|-----| -| imageVariant | Ubuntu version (use ubuntu-22.04 or ubuntu-18.04 on local arm64/Apple Silicon): | string | jammy | -| greeting | Select a pre-made greeting, or enter your own | string | hey | - - - ---- - -_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/nvim-java/devcontainer-template/blob/main/src/hello/devcontainer-template.json). Add additional notes to a `NOTES.md`._