From 9ef4afc506728a25dc714351405f63b67c69dc74 Mon Sep 17 00:00:00 2001 From: peijunlei Date: Sat, 5 Sep 2026 14:23:15 +0800 Subject: [PATCH] =?UTF-8?q?chore(.gitignore):=20git=E5=BF=BD=E7=95=A5publi?= =?UTF-8?q?c=E4=B8=8B=E7=9A=84storage=E5=92=8Cuploads?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 3572185..25a004e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,22 +11,24 @@ composer.lock /public/nginx.htaccess /public/.htaccess /public/excel/* +/public/storage/ +/public/uploads/ /route -# Images -*.png -*.jpg -*.jpeg -*.gif -*.bmp -*.webp -*.svg +# # Images +# *.png +# *.jpg +# *.jpeg +# *.gif +# *.bmp +# *.webp +# *.svg -# Videos -*.mp4 -*.avi -*.mov -*.wmv -*.flv -*.mkv -*.webm \ No newline at end of file +# # Videos +# *.mp4 +# *.avi +# *.mov +# *.wmv +# *.flv +# *.mkv +# *.webm \ No newline at end of file