|
131 | 131 | "cz-gitmoji-adapter": {
|
132 | 132 | "scopes": [
|
133 | 133 | ".depcheckrc.json",
|
134 |
| - ".eslintrc.json", |
135 | 134 | ".eslintignore",
|
| 135 | + ".eslintrc.json", |
136 | 136 | ".gitignore",
|
137 | 137 | ".prettierignore",
|
138 | 138 | ".prettierrc.json",
|
139 | 139 | "license",
|
| 140 | + "readme.md", |
140 | 141 | "commit-template.hbs",
|
141 | 142 | "commitlint.config.ts",
|
142 | 143 | "default-template.hbs",
|
143 |
| - "readme.md", |
144 | 144 | "emojitypescommitmessages.txt",
|
145 | 145 | "jest.config.json",
|
146 | 146 | "package-lock.json",
|
|
150 | 150 | "tsconfig.json",
|
151 | 151 | "typedoc.json",
|
152 | 152 | ".vscode/settings.json",
|
| 153 | + "public/.gitkeep", |
153 | 154 | "repo_management_files/cz-emoji-type-extract.js",
|
154 | 155 | "repo_management_files/cz-type-extract.js",
|
155 | 156 | "repo_management_files/directorystructuredocument.md",
|
|
159 | 160 | "repo_management_files/issues.sh",
|
160 | 161 | "repo_management_files/labels.sh",
|
161 | 162 | "repo_management_files/packagejsondocument.md",
|
162 |
| - "public/.gitkeep", |
163 | 163 | ".github/dependabot.yml",
|
164 | 164 | ".github/workflows/build.yml",
|
165 | 165 | ".github/workflows/docs.yml",
|
|
186 | 186 | ".husky/_/prepare-commit-msg",
|
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 |
| - "src/utils/.gitkeep", |
196 | 194 | "src/routes/.gitkeep",
|
| 195 | + "src/utils/.gitkeep", |
| 196 | + "src/views/.gitkeep", |
197 | 197 | "test/.gitkeep",
|
198 | 198 | "test/app.test.ts",
|
199 | 199 | "test/bin/.gitkeep",
|
200 | 200 | "test/configs/.gitkeep",
|
| 201 | + "test/controllers/.gitkeep", |
201 | 202 | "test/middleware/.gitkeep",
|
202 | 203 | "test/models/.gitkeep",
|
203 | 204 | "test/plugins/.gitkeep",
|
204 |
| - "test/controllers/.gitkeep", |
205 |
| - "test/views/.gitkeep", |
| 205 | + "test/routes/.gitkeep", |
206 | 206 | "test/utils/.gitkeep",
|
207 |
| - "test/routes/.gitkeep" |
| 207 | + "test/views/.gitkeep" |
208 | 208 | ],
|
209 | 209 | "questions": {
|
210 | 210 | "scope": "Specify a scope: "
|
|
0 commit comments