From cab79c3b9e74cae0eefd65f5c992f84595cea7cc Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Wed, 16 Sep 2020 12:52:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5=E6=8F=90=E4=BA=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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..647d5b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.idea/ +.vscode/ +.devcontainer/ \ No newline at end of file