From 70a8bb776368766e1b16740a4af13f9c4979aeb7 Mon Sep 17 00:00:00 2001 From: zpc Date: Fri, 20 Jun 2025 14:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=8E=92=E9=99=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 ++ .gitignore | 10 ++++++++++ README.md | 1 + 3 files changed, 13 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2be092a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# manifest.json merge=ours +# common/env.js merge=ours diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..55cdb3f --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.vscode/ +.hbuilderx/ +.history/ +.idea/ +node_modules/ +unpackage/dist/ +unpackage/cache/ +unpackage/resources/ +/.vs +.DS_Store \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..8633712 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# 友达赏 \ No newline at end of file