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