Spaces:
Runtime error
Runtime error
Update upload.sh
Browse files
upload.sh
CHANGED
@@ -26,6 +26,11 @@ git lfs track "js/scratch-gui.js"
|
|
26 |
git lfs track "js/scratch-gui.js.map"
|
27 |
git lfs track "dist/js/scratch-gui.js"
|
28 |
git lfs track "dist/js/scratch-gui.js.map"
|
|
|
|
|
|
|
|
|
|
|
29 |
git add .gitattributes
|
30 |
|
31 |
# 既存内容を削除(.git を除く)
|
|
|
26 |
git lfs track "js/scratch-gui.js.map"
|
27 |
git lfs track "dist/js/scratch-gui.js"
|
28 |
git lfs track "dist/js/scratch-gui.js.map"
|
29 |
+
git lfs track "*.ttf"
|
30 |
+
git lfs track "*.otf"
|
31 |
+
git lfs track "*.png"
|
32 |
+
git lfs track "*.svg"
|
33 |
+
|
34 |
git add .gitattributes
|
35 |
|
36 |
# 既存内容を削除(.git を除く)
|