更新 .gitignore 文件以排除新的缓存文件和锁定文件,类型文件项目运行时自动生成
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user