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