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