更新 .gitignore 文件以排除新的缓存文件和锁定文件,类型文件项目运行时自动生成

This commit is contained in:
2026-04-15 16:34:20 +08:00
parent 8975777cd5
commit a08e061979
3 changed files with 9 additions and 287 deletions

9
.gitignore vendored
View File

@@ -51,3 +51,12 @@ nbdist/
!*/build/*.java
!*/build/*.html
!*/build/*.xml
modeler/pnpm-lock.yaml
######################################################################
# Mock bundled cache files
**/*.bundled_*.mjs
**/__*.bundled_*.mjs
**/___*.bundled_*.mjs
modeler/types/components.d.ts
modeler/types/auto-imports.d.ts