ソースを参照

:bug: add font folder

Jeremy Zheng 5 年 前
コミット
253e06d8af
2 ファイル変更3 行追加5 行削除
  1. 2 3
      .gitignore
  2. 1 2
      linux.sh

+ 2 - 3
.gitignore

@@ -1,5 +1,4 @@
-/user
+/user/
 /dicttext/system/*.db
 /dicttext/rich/*.db
-/font
-/appdata
+/appdata/

+ 1 - 2
linux.sh

@@ -5,8 +5,7 @@ set -e
 declare -a folders=(
     "appdata"
     "user"
-    "palihtml"
-    "font"
+    "palihtml"    
     "dicttext"
     "palicsv"
     "temp"