From c4885ceaf477654dc0d2c02c7235c6ca683e08d4 Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期六, 15 十一月 2025 17:47:40 +0800 Subject: [PATCH] 字段优化,板材货位限制 --- .gitignore | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 7f1a8e4..f1edbdc 100644 --- a/.gitignore +++ b/.gitignore @@ -129,6 +129,9 @@ node_modules/ jspm_packages/ +# FileContentIndex +FileContentIndex/ + # Snowpack dependency directory (https://snowpack.dev/) web_modules/ -- Gitblit v1.9.3