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