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