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