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