From e2d38a73a93ad5b3bca12bc56f5cf7dd3715932a Mon Sep 17 00:00:00 2001 From: xiaodong Date: Thu, 27 Aug 2026 14:07:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6=E5=AE=9A?= =?UTF-8?q?=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ff90927 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +.env +/.idea +/.vscode +/.Ds.store +*.log +*.DS_Store +runtime +.VSCodeCounter/ +composer.lock +/public/nginx.htaccess +/public/.htaccess +/public/excel/* + +# Images +*.png +*.jpg +*.jpeg +*.gif +*.bmp +*.webp +*.svg + +# Videos +*.mp4 +*.avi +*.mov +*.wmv +*.flv +*.mkv +*.webm \ No newline at end of file