From 418805e509d2f529c176b1b66bb704e75bb2517d Mon Sep 17 00:00:00 2001 From: Pantani Date: Fri, 9 Feb 2024 19:46:36 -0300 Subject: [PATCH 1/2] remove app name prefix from the .gitignore file --- ignite/services/plugin/template/.gitignore.plush | 3 --- 1 file changed, 3 deletions(-) diff --git a/ignite/services/plugin/template/.gitignore.plush b/ignite/services/plugin/template/.gitignore.plush index 1c428025a7..a2f8cd37a1 100644 --- a/ignite/services/plugin/template/.gitignore.plush +++ b/ignite/services/plugin/template/.gitignore.plush @@ -18,6 +18,3 @@ # Go workspace file go.work go.work.sum - -# App -<%= Name %>* From 13b6d445a888fffc963f2c4cce752318a6889a50 Mon Sep 17 00:00:00 2001 From: Pantani Date: Sun, 11 Feb 2024 22:02:49 -0300 Subject: [PATCH 2/2] add changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 5a5e3e8ced..24826ad788 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,10 @@ ## Unreleased +### Changes + +- [#3959](https://github.com/ignite/cli/pull/3959) Remove app name prefix from the `.gitignore` file + ### Fixes - [#3953](https://github.com/ignite/cli/pull/3953) Fix apps `Stdout` is redirected to `Stderr`