Przeglądaj źródła

:bug: add font folder

Jeremy Zheng 5 lat temu
rodzic
commit
253e06d8af
2 zmienionych plików z 3 dodań i 5 usunięć
  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"