Skip to content

Commit eb34cf7

Browse files
committed
Merge branch 'feature/refactor' into develop
2 parents f9ce76f + c937524 commit eb34cf7

File tree

109 files changed

+1521
-1637
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+1521
-1637
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"typescript.tsdk": "node_modules\\typescript\\lib"
2+
"typescript.tsdk": "node_modules\\typescript\\lib",
3+
"gitflow4code.features": [
4+
{
5+
"name": "feature/refactor",
6+
"base": "develop"
7+
}
8+
]
39
}

0 commit comments

Comments
 (0)