Skip to content

Commit 37b508b

Browse files
committedJan 5, 2025··
update(*): add global-metadata.dat string patch
1 parent 9d39cc7 commit 37b508b

38 files changed

+214523
-214
lines changed
 

‎.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.vscode
2+
13
/Texts/@work
24

35
/@Dump
@@ -447,3 +449,24 @@ poetry.toml
447449

448450
# LSP config files
449451
pyrightconfig.json
452+
453+
454+
### Created by https://www.gitignore.io
455+
### VisualStudioCode ###
456+
.vscode/*
457+
!.vscode/settings.json
458+
!.vscode/tasks.json
459+
!.vscode/launch.json
460+
!.vscode/extensions.json
461+
!.vscode/*.code-snippets
462+
463+
# Local History for Visual Studio Code
464+
.history/
465+
466+
# Built Visual Studio Code Extensions
467+
*.vsix
468+
469+
### VisualStudioCode Patch ###
470+
# Ignore all local history of files
471+
.history
472+
.ionide

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "third/YarnSpinner"]
2+
path = third/YarnSpinner
3+
url = https://github.com/YarnSpinnerTool/YarnSpinner.git

‎Texts/@dist/global-metadata.dat

7.28 MB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.