|
6 | 6 | target: codecrafters.yml |
7 | 7 | - source: starter_templates/sample.db |
8 | 8 | target: sample.db |
9 | | - should_skip_template_evaluation: true |
10 | 9 | - source: starter_templates/download_sample_databases.sh |
11 | 10 | target: download_sample_databases.sh |
12 | 11 | - source: starter_templates/python/app/main.py |
|
33 | 32 | target: codecrafters.yml |
34 | 33 | - source: starter_templates/sample.db |
35 | 34 | target: sample.db |
36 | | - should_skip_template_evaluation: true |
37 | 35 | - source: starter_templates/download_sample_databases.sh |
38 | 36 | target: download_sample_databases.sh |
39 | 37 | - source: starter_templates/go/app/main.go |
|
60 | 58 | target: codecrafters.yml |
61 | 59 | - source: starter_templates/sample.db |
62 | 60 | target: sample.db |
63 | | - should_skip_template_evaluation: true |
64 | 61 | - source: starter_templates/download_sample_databases.sh |
65 | 62 | target: download_sample_databases.sh |
66 | 63 | - source: starter_templates/javascript/app/main.js |
|
89 | 86 | target: codecrafters.yml |
90 | 87 | - source: starter_templates/sample.db |
91 | 88 | target: sample.db |
92 | | - should_skip_template_evaluation: true |
93 | 89 | - source: starter_templates/download_sample_databases.sh |
94 | 90 | target: download_sample_databases.sh |
95 | 91 | - source: starter_templates/rust/.gitignore |
|
116 | 112 | target: codecrafters.yml |
117 | 113 | - source: starter_templates/sample.db |
118 | 114 | target: sample.db |
119 | | - should_skip_template_evaluation: true |
120 | 115 | - source: starter_templates/download_sample_databases.sh |
121 | 116 | target: download_sample_databases.sh |
122 | 117 | - source: starter_templates/csharp/.gitignore |
|
143 | 138 | target: codecrafters.yml |
144 | 139 | - source: starter_templates/sample.db |
145 | 140 | target: sample.db |
146 | | - should_skip_template_evaluation: true |
147 | 141 | - source: starter_templates/download_sample_databases.sh |
148 | 142 | target: download_sample_databases.sh |
149 | 143 | - source: starter_templates/.gitignore |
|
170 | 164 | target: codecrafters.yml |
171 | 165 | - source: starter_templates/sample.db |
172 | 166 | target: sample.db |
173 | | - should_skip_template_evaluation: true |
174 | 167 | - source: starter_templates/download_sample_databases.sh |
175 | 168 | target: download_sample_databases.sh |
176 | 169 | - source: starter_templates/swift/.gitignore |
|
195 | 188 | target: codecrafters.yml |
196 | 189 | - source: starter_templates/sample.db |
197 | 190 | target: sample.db |
198 | | - should_skip_template_evaluation: true |
199 | 191 | - source: starter_templates/download_sample_databases.sh |
200 | 192 | target: download_sample_databases.sh |
201 | 193 | - source: starter_templates/cpp/.gitignore |
|
220 | 212 | target: codecrafters.yml |
221 | 213 | - source: starter_templates/sample.db |
222 | 214 | target: sample.db |
223 | | - should_skip_template_evaluation: true |
224 | 215 | - source: starter_templates/download_sample_databases.sh |
225 | 216 | target: download_sample_databases.sh |
226 | 217 | - source: starter_templates/zig/.gitignore |
|
243 | 234 | target: codecrafters.yml |
244 | 235 | - source: starter_templates/sample.db |
245 | 236 | target: sample.db |
246 | | - should_skip_template_evaluation: true |
247 | 237 | - source: starter_templates/download_sample_databases.sh |
248 | 238 | target: download_sample_databases.sh |
249 | 239 | - source: starter_templates/java/your_sqlite3.sh |
|
268 | 258 | target: codecrafters.yml |
269 | 259 | - source: starter_templates/sample.db |
270 | 260 | target: sample.db |
271 | | - should_skip_template_evaluation: true |
272 | 261 | - source: starter_templates/download_sample_databases.sh |
273 | 262 | target: download_sample_databases.sh |
274 | 263 | - source: starter_templates/typescript/app/main.ts |
|
277 | 266 | target: package.json |
278 | 267 | - source: starter_templates/typescript/bun.lockb |
279 | 268 | target: bun.lockb |
280 | | - should_skip_template_evaluation: true |
281 | 269 | - source: starter_templates/typescript/your_sqlite3.sh |
282 | 270 | target: your_sqlite3.sh |
283 | 271 | - source: starter_templates/.gitattributes |
|
0 commit comments