From 84c4b305d16ad9f34dc90e8e7568902138313bcb Mon Sep 17 00:00:00 2001 From: lr <> Date: Fri, 30 Dec 2022 11:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0uploads=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- public/uploads/index.html | 0 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 public/uploads/index.html diff --git a/.gitignore b/.gitignore index e1f1d407..4ea9d8cd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,6 @@ application-dev.yml application-pro.yml application-dem.yml application-prod.yml -application-test.yml \ No newline at end of file +application-test.yml +/public/uploads/* +!/public/uploads/index.html \ No newline at end of file diff --git a/public/uploads/index.html b/public/uploads/index.html new file mode 100644 index 00000000..e69de29b