|
131 | 131 | "cz-gitmoji-adapter": {
|
132 | 132 | "scopes": [
|
133 | 133 | ".depcheckrc.json",
|
134 |
| - ".eslintignore", |
135 | 134 | ".eslintrc.json",
|
136 | 135 | ".gitignore",
|
| 136 | + ".eslintignore", |
137 | 137 | ".prettierignore",
|
138 | 138 | ".prettierrc.json",
|
139 | 139 | "license",
|
|
151 | 151 | "typedoc.json",
|
152 | 152 | ".vscode/settings.json",
|
153 | 153 | "public/.gitkeep",
|
154 |
| - "repo_management_files/cz-type-extract.js", |
155 | 154 | "repo_management_files/cz-emoji-type-extract.js",
|
| 155 | + "repo_management_files/cz-type-extract.js", |
156 | 156 | "repo_management_files/directorystructuredocument.md",
|
157 | 157 | "repo_management_files/extractfilescopes.js",
|
158 | 158 | "repo_management_files/genericcommitmessages.md",
|
159 | 159 | "repo_management_files/gitmojisemver-extract.js",
|
160 | 160 | "repo_management_files/issues.sh",
|
161 | 161 | "repo_management_files/labels.sh",
|
162 | 162 | "repo_management_files/packagejsondocument.md",
|
| 163 | + ".github/dependabot.yml", |
| 164 | + ".github/workflows/build.yml", |
| 165 | + ".github/workflows/docs.yml", |
| 166 | + ".github/workflows/lint.yml", |
| 167 | + ".github/workflows/pr.yml", |
| 168 | + ".github/workflows/release.yml", |
| 169 | + ".github/workflows/test.yml", |
163 | 170 | ".husky/commit-msg",
|
164 | 171 | ".husky/prepare-commit-msg",
|
165 | 172 | ".husky/_/.gitignore",
|
|
177 | 184 | ".husky/_/pre-push",
|
178 | 185 | ".husky/_/pre-rebase",
|
179 | 186 | ".husky/_/prepare-commit-msg",
|
180 |
| - ".github/dependabot.yml", |
181 |
| - ".github/workflows/build.yml", |
182 |
| - ".github/workflows/docs.yml", |
183 |
| - ".github/workflows/lint.yml", |
184 |
| - ".github/workflows/pr.yml", |
185 |
| - ".github/workflows/release.yml", |
186 |
| - ".github/workflows/test.yml", |
187 | 187 | "src/app.ts",
|
188 | 188 | "src/bin/.gitkeep",
|
189 |
| - "src/configs/.gitkeep", |
190 | 189 | "src/controllers/.gitkeep",
|
| 190 | + "src/configs/.gitkeep", |
191 | 191 | "src/middleware/.gitkeep",
|
192 | 192 | "src/models/.gitkeep",
|
193 | 193 | "src/plugins/.gitkeep",
|
|
200 | 200 | "test/configs/.gitkeep",
|
201 | 201 | "test/controllers/.gitkeep",
|
202 | 202 | "test/middleware/.gitkeep",
|
203 |
| - "test/models/.gitkeep", |
204 | 203 | "test/plugins/.gitkeep",
|
| 204 | + "test/models/.gitkeep", |
205 | 205 | "test/routes/.gitkeep",
|
206 | 206 | "test/utils/.gitkeep",
|
207 | 207 | "test/views/.gitkeep"
|
|
0 commit comments