Skip to content

Commit af5676e

Browse files
fix: remove app name prefix from the .gitignore file (#3959) (#4070)
* remove app name prefix from the .gitignore file * add changelog --------- Co-authored-by: Pantani <Pantani> (cherry picked from commit 016c66d) Co-authored-by: Danilo Pantani <[email protected]>
1 parent a1cb023 commit af5676e

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
- [#4033](https://github.com/ignite/cli/pull/4033) Fix cobra completion using `fishshell`

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)