From 2a88276fcc71569f000912d9b57f6ed2aa7125e0 Mon Sep 17 00:00:00 2001 From: ahbmz Date: Sun, 8 May 2022 01:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c1af5ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/.idea +/.vscode +*.log +/runtime +/vendor \ No newline at end of file