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` 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 %>*