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