Skip to content

Commit c5dd321

Browse files
authored
fix: sort subgen list, remove threshold, fix permission issues (#123)
* Sorts the sub generator list alphabetically * Removes the threshold of 30 for the list of sub generators * Fixes the permission issues for installing / updating Fixes #122 Fixes #118 Fixes #117 Fixes #111
1 parent 3131214 commit c5dd321

File tree

5 files changed

+251
-308
lines changed

5 files changed

+251
-308
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Ignore node_modules
22
node_modules/
33

4+
# Ignore plugins
5+
/plugins/*
6+
47
# Ignore test files
5-
!/plugin-generators
6-
/plugin-generators/*
7-
!/plugin-generators/generator-ui5-test
8+
/test/_/*
89

910
# Ignore PNPM and YARN lock files
1011
pnpm-lock.yaml

0 commit comments

Comments
 (0)