| @@ -0,0 +1,65 @@ | |||||
| From ba8b4b0736552877cf3d1be2d087e0b122395b45 Mon Sep 17 00:00:00 2001 | |||||
| From: linjiarui <1634493628@qq.com> | |||||
| Date: Thu, 18 Jul 2024 19:11:56 +0800 | |||||
| Subject: [PATCH] =?UTF-8?q?=E5=81=9C=E6=AD=A2=E8=BF=BD=E8=B8=AA=E5=BF=BD?= | |||||
| =?UTF-8?q?=E7=95=A52=EF=BC=8C=E7=A7=BB=E9=99=A43?= | |||||
| MIME-Version: 1.0 | |||||
| Content-Type: text/plain; charset=UTF-8 | |||||
| Content-Transfer-Encoding: 8bit | |||||
| --- | |||||
| .gitignore | 1 + | |||||
| 2.txt | 1 - | |||||
| 3.txt | 0 | |||||
| 3 files changed, 1 insertion(+), 1 deletion(-) | |||||
| create mode 100644 .gitignore | |||||
| delete mode 100644 2.txt | |||||
| delete mode 100644 3.txt | |||||
| diff --git a/.gitignore b/.gitignore | |||||
| new file mode 100644 | |||||
| index 0000000..6757339 | |||||
| --- /dev/null | |||||
| +++ b/.gitignore | |||||
| @@ -0,0 +1 @@ | |||||
| +2.txt | |||||
| \ No newline at end of file | |||||
| diff --git a/2.txt b/2.txt | |||||
| deleted file mode 100644 | |||||
| index 8fdd954..0000000 | |||||
| --- a/2.txt | |||||
| +++ /dev/null | |||||
| @@ -1 +0,0 @@ | |||||
| -22 | |||||
| \ No newline at end of file | |||||
| diff --git a/3.txt b/3.txt | |||||
| deleted file mode 100644 | |||||
| index e69de29..0000000 | |||||
| -- | |||||
| 2.43.0.windows.1 | |||||
| From f20d143d67ff79014147b75763c98df0d32e02fc Mon Sep 17 00:00:00 2001 | |||||
| From: linjiarui <1634493628@qq.com> | |||||
| Date: Thu, 18 Jul 2024 19:15:40 +0800 | |||||
| Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5?= | |||||
| MIME-Version: 1.0 | |||||
| Content-Type: text/plain; charset=UTF-8 | |||||
| Content-Transfer-Encoding: 8bit | |||||
| --- | |||||
| .gitignore | 3 ++- | |||||
| 1 file changed, 2 insertions(+), 1 deletion(-) | |||||
| diff --git a/.gitignore b/.gitignore | |||||
| index 6757339..eb4ed9e 100644 | |||||
| --- a/.gitignore | |||||
| +++ b/.gitignore | |||||
| @@ -1 +1,2 @@ | |||||
| -2.txt | |||||
| \ No newline at end of file | |||||
| +2.txt | |||||
| +文件夹1/ | |||||
| \ No newline at end of file | |||||
| -- | |||||
| 2.43.0.windows.1 | |||||