修复大小写bug
This commit is contained in:
@@ -317,7 +317,7 @@ class GitService {
|
||||
if (file === '.git')
|
||||
continue;
|
||||
// 2. 不要解析项目数据文件
|
||||
if (file === '.dcsp-data.json')
|
||||
if (file === 'dcsp-data.json')
|
||||
continue;
|
||||
// 3. 其它所有隐藏文件/目录统统忽略
|
||||
if (file.startsWith('.'))
|
||||
|
||||
Reference in New Issue
Block a user