移除.DS_Store,添加.gitignore

This commit is contained in:
Hermes Agent 2026-06-22 14:59:32 +08:00
parent 42e7214a86
commit 231fde3807
6 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ dist/
# NFS temp files # NFS temp files
.nfs* .nfs*
.DS_Store

BIN
bricks/.DS_Store vendored

Binary file not shown.

BIN
bricks/imgs/.DS_Store vendored

Binary file not shown.

View File

@ -182,7 +182,8 @@ bricks.JsWidget = class {
"objectFit", "objectFit",
"objectPosition", "objectPosition",
"outline", "outline",
"boxSizing" "boxSizing",
"display"
]; ];
var mapping_keys = { var mapping_keys = {
"bgcolor":"backgroundColor" "bgcolor":"backgroundColor"

BIN
docs/.DS_Store vendored

Binary file not shown.

BIN
examples/.DS_Store vendored

Binary file not shown.