|
137 | 137 | ".prettierrc.json",
|
138 | 138 | ".prettierignore",
|
139 | 139 | "license",
|
140 |
| - "readme.md", |
141 |
| - "commitlint.config.ts", |
142 |
| - "default-template.hbs", |
143 | 140 | "commit-template.hbs",
|
| 141 | + "commitlint.config.ts", |
| 142 | + "readme.md", |
144 | 143 | "emojitypescommitmessages.txt",
|
145 | 144 | "jest.config.json",
|
146 |
| - "package-lock.json", |
147 | 145 | "package.json",
|
| 146 | + "default-template.hbs", |
| 147 | + "package-lock.json", |
148 | 148 | "release.config.ts",
|
149 | 149 | "renovate.json",
|
150 | 150 | "tsconfig.json",
|
151 | 151 | "typedoc.json",
|
152 | 152 | ".vscode/settings.json",
|
153 | 153 | "public/.gitkeep",
|
154 |
| - "repo_management_files/cz-emoji-type-extract.js", |
155 | 154 | "repo_management_files/cz-type-extract.js",
|
156 | 155 | "repo_management_files/directorystructuredocument.md",
|
157 |
| - "repo_management_files/extractfilescopes.js", |
158 | 156 | "repo_management_files/genericcommitmessages.md",
|
159 | 157 | "repo_management_files/gitmojisemver-extract.js",
|
| 158 | + "repo_management_files/extractfilescopes.js", |
| 159 | + "repo_management_files/cz-emoji-type-extract.js", |
160 | 160 | "repo_management_files/issues.sh",
|
161 | 161 | "repo_management_files/labels.sh",
|
162 | 162 | "repo_management_files/packagejsondocument.md",
|
163 | 163 | ".husky/commit-msg",
|
164 | 164 | ".husky/prepare-commit-msg",
|
165 |
| - ".husky/_/applypatch-msg", |
166 | 165 | ".husky/_/.gitignore",
|
| 166 | + ".husky/_/applypatch-msg", |
167 | 167 | ".husky/_/commit-msg",
|
168 | 168 | ".husky/_/h",
|
169 |
| - ".husky/_/post-commit", |
170 | 169 | ".husky/_/post-applypatch",
|
171 |
| - ".husky/_/post-merge", |
172 | 170 | ".husky/_/post-checkout",
|
| 171 | + ".husky/_/post-commit", |
| 172 | + ".husky/_/post-merge", |
173 | 173 | ".husky/_/post-rewrite",
|
174 | 174 | ".husky/_/pre-applypatch",
|
| 175 | + ".husky/_/pre-auto-gc", |
175 | 176 | ".husky/_/pre-commit",
|
176 | 177 | ".husky/_/pre-push",
|
177 | 178 | ".husky/_/prepare-commit-msg",
|
178 | 179 | ".husky/_/pre-rebase",
|
179 |
| - ".husky/_/pre-auto-gc", |
180 | 180 | ".github/dependabot.yml",
|
181 | 181 | ".github/workflows/build.yml",
|
182 |
| - ".github/workflows/lint.yml", |
183 | 182 | ".github/workflows/docs.yml",
|
184 |
| - ".github/workflows/pr.yml", |
| 183 | + ".github/workflows/lint.yml", |
185 | 184 | ".github/workflows/release.yml",
|
186 | 185 | ".github/workflows/test.yml",
|
187 |
| - "src/app.ts", |
188 |
| - "src/bin/.gitkeep", |
189 |
| - "src/controllers/.gitkeep", |
190 |
| - "src/models/.gitkeep", |
191 |
| - "src/configs/.gitkeep", |
192 |
| - "src/middleware/.gitkeep", |
193 |
| - "src/plugins/.gitkeep", |
194 |
| - "src/routes/.gitkeep", |
195 |
| - "src/views/.gitkeep", |
196 |
| - "src/utils/.gitkeep", |
| 186 | + ".github/workflows/pr.yml", |
197 | 187 | "test/.gitkeep",
|
198 | 188 | "test/bin/.gitkeep",
|
199 |
| - "test/middleware/.gitkeep", |
200 | 189 | "test/configs/.gitkeep",
|
201 |
| - "test/controllers/.gitkeep", |
| 190 | + "test/middleware/.gitkeep", |
202 | 191 | "test/models/.gitkeep",
|
203 | 192 | "test/plugins/.gitkeep",
|
204 | 193 | "test/routes/.gitkeep",
|
| 194 | + "test/utils/.gitkeep", |
| 195 | + "test/controllers/.gitkeep", |
205 | 196 | "test/views/.gitkeep",
|
206 |
| - "test/utils/.gitkeep" |
| 197 | + "src/app.ts", |
| 198 | + "src/bin/.gitkeep", |
| 199 | + "src/middleware/.gitkeep", |
| 200 | + "src/plugins/.gitkeep", |
| 201 | + "src/configs/.gitkeep", |
| 202 | + "src/controllers/.gitkeep", |
| 203 | + "src/utils/.gitkeep", |
| 204 | + "src/views/.gitkeep", |
| 205 | + "src/models/.gitkeep", |
| 206 | + "src/routes/.gitkeep" |
207 | 207 | ],
|
208 | 208 | "questions": {
|
209 | 209 | "scope": "Specify a scope: "
|
|
0 commit comments