git 提交不了空文件夹问题

pull/19/head
warlee 2015-04-01 14:36:56 +08:00
parent 3ff76d21be
commit d6dab8caa8
25 changed files with 921 additions and 786 deletions

View File

@ -33,7 +33,7 @@ $config['setting_system_default'] = array(
'system_password' => rand_string(10),
'system_name' => "KodExplorer",
'system_desc' => "——芒果云.资源管理器",
'path_hidden' => ".htaccess,.git,.DS_Store",//目录列表隐藏的项
'path_hidden' => ".htaccess,.git,.DS_Store,.gitignore",//目录列表隐藏的项
'auto_login' => "1", // 是否自动登录登录用户为guest
'first_in' => "explorer", // 登录后默认进入[explorer desktop,editor]
'new_user_app' => "365日历,pptv直播,ps,qq音乐,搜狐影视,时钟,天气,水果忍者,计算器,豆瓣电台,音悦台,icloud",

0
data/User/admin/data/.gitignore vendored Executable file
View File

0
data/User/admin/home/.gitignore vendored Executable file
View File

0
data/User/admin/home/desktop/.gitignore vendored Executable file
View File

0
data/User/admin/home/download/.gitignore vendored Executable file
View File

0
data/User/admin/home/image/.gitignore vendored Executable file
View File

0
data/User/admin/home/music/.gitignore vendored Executable file
View File

0
data/User/admin/recycle/.gitignore vendored Executable file
View File

0
data/User/demo/data/.gitignore vendored Executable file
View File

0
data/User/demo/home/.gitignore vendored Executable file
View File

0
data/User/demo/home/desktop/.gitignore vendored Executable file
View File

0
data/User/demo/home/download/.gitignore vendored Executable file
View File

0
data/User/demo/home/image/.gitignore vendored Executable file
View File

0
data/User/demo/home/music/.gitignore vendored Executable file
View File

0
data/User/demo/recycle/.gitignore vendored Executable file
View File

0
data/User/guest/data/.gitignore vendored Executable file
View File

0
data/User/guest/home/.gitignore vendored Executable file
View File

0
data/User/guest/home/desktop/.gitignore vendored Executable file
View File

0
data/User/guest/home/download/.gitignore vendored Executable file
View File

0
data/User/guest/home/image/.gitignore vendored Executable file
View File

0
data/User/guest/home/music/.gitignore vendored Executable file
View File

0
data/User/guest/recycle/.gitignore vendored Executable file
View File

0
data/thumb/.gitignore vendored Executable file
View File

View File

@ -1,4 +1,7 @@
/* CSS by Brade - www.bradezone.com */
/*
* adminer 4.21
* changed by warlee
*/
*{margin:0;padding:0}
/* 颜色微调【同样颜色灰度值调节】 */
::-webkit-scrollbar-track-piece{background-color:#f5f5f5;border-left:1px solid #d2d2d2}
@ -24,7 +27,7 @@ h2{font-size:24px;margin:0px;background:transparent;border:0;color:#366ec2;
padding: 10px 0;;border-bottom: 3px solid #eee;margin-bottom: 10px;}
h3{font-size:18px;font-weight:bold;padding:4px 0;margin:0}
form#form{overflow:hidden}
fieldset{float:left;min-height:48px;padding:0 4px 4px 4px;border:1px solid #ccc;margin-bottom:8px;margin-right:4px}
fieldset{min-height:48px;padding:0 4px 4px 4px;border:1px solid #ccc;margin-bottom:8px;margin-right:4px}
fieldset div{margin-top:4px}
input,select,textarea{color:#555;border:1px solid #ccc;padding: 2px 5px;}
fieldset select{margin-right:4px}

File diff suppressed because one or more lines are too long