From 7f6cf6f56819f516dd184cd4b91fdf575c017a94 Mon Sep 17 00:00:00 2001 From: xiaopeng Date: Sun, 12 Jan 2025 20:08:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 8196 -> 0 bytes .gitattributes | 4 ++++ .gitignore | 15 +++++++++++++++ core/.gitattributes | 4 ++++ 4 files changed, 23 insertions(+) delete mode 100644 .DS_Store create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 core/.gitattributes diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 2b27505ed40e5e7a52769d7bd1f2beaf513a8a73..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8196 zcmeHM%Wl&^6ulEW)M-_e1(hl!geA76Bvq9Lu}PD3Q3+Ty2o``!oP^e`>xtro2vwD` z2Y!KHKy3LB_!m}i=8?#rG*ZQahnT5m&UohB$@ttmc5X^UtUl_NiPnk8LlszDL32qF z^PJRkA0I;TUq7Wk}Oql|eDbpzi)0qQP=9sT( z{zRcNCni4`>*!BrIzwSP@nF8B6RRn-tyRD(Ft32f-Cf$GBMNC~Z?EqN>6%hoX;w}$QED5%)y*>fz@SxiJ!?OpH@l-Ztw9{|_y}Wye|@S5wP}dI z0n`a-gkFylL#0pPr&U^>*@jRxCJyUf)`s0OZ1U8h2+R?64dy$8>4JILir*LU{k z)yjSNs#KM}D(}Eo)l%h`e5LQ)@KtW!CpqEAv`<`m4G%`9A97y}o&y#)&w9U023!mX%;F<3unKvuT!#`)^Z1r^ad` zX4AY?@Ddr{vGmswc6x#lPI1;!`ZsNfQ)}P17$i6oc+TPeIHa|Q`0z6h!GU~ OLx7aQHdcY(s=!Zsr&+=P diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0b909d8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.js text eol=lf +*.json text eol=lf +*.ts text eol=lf +*.code-snippets text eol=lf \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9afb7d1 --- /dev/null +++ b/.gitignore @@ -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.* diff --git a/core/.gitattributes b/core/.gitattributes new file mode 100644 index 0000000..0b909d8 --- /dev/null +++ b/core/.gitattributes @@ -0,0 +1,4 @@ +*.js text eol=lf +*.json text eol=lf +*.ts text eol=lf +*.code-snippets text eol=lf \ No newline at end of file