|
162 | 162 | "repo_management_files/packagejsondocument.md", |
163 | 163 | ".github/dependabot.yml", |
164 | 164 | ".github/workflows/build.yml", |
| 165 | + ".github/workflows/pr.yml", |
165 | 166 | ".github/workflows/docs.yml", |
166 | 167 | ".github/workflows/lint.yml", |
167 | | - ".github/workflows/pr.yml", |
168 | 168 | ".github/workflows/release.yml", |
169 | 169 | ".github/workflows/test.yml", |
170 | 170 | ".husky/commit-msg", |
171 | 171 | ".husky/prepare-commit-msg", |
172 | 172 | ".husky/_/.gitignore", |
173 | | - ".husky/_/applypatch-msg", |
174 | 173 | ".husky/_/commit-msg", |
175 | 174 | ".husky/_/h", |
176 | | - ".husky/_/post-applypatch", |
177 | 175 | ".husky/_/post-checkout", |
| 176 | + ".husky/_/post-applypatch", |
| 177 | + ".husky/_/applypatch-msg", |
178 | 178 | ".husky/_/post-commit", |
179 | 179 | ".husky/_/post-merge", |
180 | 180 | ".husky/_/post-rewrite", |
181 | | - ".husky/_/pre-applypatch", |
182 | 181 | ".husky/_/pre-auto-gc", |
183 | 182 | ".husky/_/pre-commit", |
| 183 | + ".husky/_/pre-applypatch", |
184 | 184 | ".husky/_/pre-push", |
185 | 185 | ".husky/_/pre-rebase", |
186 | 186 | ".husky/_/prepare-commit-msg", |
187 | 187 | "src/app.ts", |
188 | 188 | "src/bin/.gitkeep", |
189 | 189 | "src/configs/.gitkeep", |
190 | 190 | "src/controllers/.gitkeep", |
191 | | - "src/middleware/.gitkeep", |
192 | 191 | "src/models/.gitkeep", |
| 192 | + "src/middleware/.gitkeep", |
193 | 193 | "src/plugins/.gitkeep", |
194 | 194 | "src/routes/.gitkeep", |
195 | 195 | "src/utils/.gitkeep", |
|
200 | 200 | "test/configs/.gitkeep", |
201 | 201 | "test/controllers/.gitkeep", |
202 | 202 | "test/middleware/.gitkeep", |
203 | | - "test/models/.gitkeep", |
204 | 203 | "test/plugins/.gitkeep", |
205 | | - "test/routes/.gitkeep", |
| 204 | + "test/models/.gitkeep", |
206 | 205 | "test/utils/.gitkeep", |
| 206 | + "test/routes/.gitkeep", |
207 | 207 | "test/views/.gitkeep" |
208 | 208 | ], |
209 | 209 | "questions": { |
|
0 commit comments