Skip to content

Commit c62966f

Browse files
committedFeb 29, 2024
2024 update
- Improve caching - Improve progress - Store cache in repo
1 parent 2431f17 commit c62966f

File tree

239 files changed

+547
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

239 files changed

+547
-104
lines changed
 

‎.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
*/summary.json
1+
cache/*/*
2+
!cache/*/summary.json
23
repodata.json
34
*/filelist.txt
45
.venv/
56
*.tar.bz2
7+
table.csv

‎.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"editor.formatOnSave": true
3+
}

0 commit comments

Comments
 (0)
Please sign in to comment.