From a22d860591efa32da8ed394f201e01ff0b619ca3 Mon Sep 17 00:00:00 2001 From: chenhj <1263187585@qq.com> Date: 星期三, 25 三月 2026 13:51:14 +0800 Subject: [PATCH] feat(product): 添加产品模型有效期、备案凭证号和UID码字段 --- .gitignore | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 4916f7a..736dc01 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,11 @@ *.iml *.ipr +### vscode ### +.vscode + +### JRebel ### +rebel.xml ### NetBeans ### nbproject/private/ build/* @@ -37,6 +42,7 @@ # Others *.log *.xml.versionsBackup +*.swp !*/build/*.java !*/build/*.html -- Gitblit v1.9.3