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