This commit is contained in:
xiaopeng 2025-01-12 20:08:15 +08:00
parent 7d1c55d842
commit 7f6cf6f568
4 changed files with 23 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

4
.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
*.js text eol=lf
*.json text eol=lf
*.ts text eol=lf
*.code-snippets text eol=lf

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
.DS_Store
**/.DS_Store
logs/
npm-debug.log
yarn-error.log
node_modules/
coverage/
dist/
.idea/
run/
.DS_Store
*.sw*
*.un~
.tsbuildinfo
.tsbuildinfo.*

4
core/.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
*.js text eol=lf
*.json text eol=lf
*.ts text eol=lf
*.code-snippets text eol=lf