From a7eb38454e503c942d62495ccda3e6c1d1587619 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Tue, 27 Jun 2023 16:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=B9=E7=9B=AE=E5=BD=95gi?= =?UTF-8?q?t=E8=BF=87=E6=BB=A4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 3 +++ .gitignore | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..314766e9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..bfcbf6ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.bak + +#fe +node_modules/ +dist/ + +#be +.vs/ +bin/ +obj/ +*.suo +*.user +*.db +*.db-shm +*.db-wal +