فهرست منبع

ignore db files

wikipali 5 سال پیش
والد
کامیت
b2aa407697
1فایلهای تغییر یافته به همراه7 افزوده شده و 2 حذف شده
  1. 7 2
      .gitignore

+ 7 - 2
.gitignore

@@ -3,10 +3,15 @@
 .DS_Store
 
 # misc
+/appdata/
+/dicttext/
+/log/
+/palicsv/
+/user/
 /.debug/
 /tmp/
 /.favorites.json
 
 # dependencies
-/vendor
-/node_modules
+/vendor/
+/node_modules/