Skip to content

Commit 016c66d

Browse files
authored
fix: remove app name prefix from the .gitignore file (#3959)
* remove app name prefix from the .gitignore file * add changelog --------- Co-authored-by: Pantani <Pantani>
1 parent 1e63bb6 commit 016c66d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Changes
6+
7+
- [#3959](https://github.com/ignite/cli/pull/3959) Remove app name prefix from the `.gitignore` file
8+
59
### Fixes
610

711
- [#3953](https://github.com/ignite/cli/pull/3953) Fix apps `Stdout` is redirected to `Stderr`

Diff for: ignite/services/plugin/template/.gitignore.plush

-3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,3 @@
1818
# Go workspace file
1919
go.work
2020
go.work.sum
21-
22-
# App
23-
<%= Name %>*

0 commit comments

Comments
 (0)