mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-23 07:41:53 +08:00
更改 文件过滤方法,适应windows
This commit is contained in:
parent
f651b86d53
commit
50b6a4cb5e
@ -64,7 +64,8 @@ public class ProjectReactor {
|
|||||||
&& !file.getPath().contains("\\.idea\\")
|
&& !file.getPath().contains("\\.idea\\")
|
||||||
&& !file.getPath().contains("\\.git\\")
|
&& !file.getPath().contains("\\.git\\")
|
||||||
&& !file.getPath().contains("\\.github\\")
|
&& !file.getPath().contains("\\.github\\")
|
||||||
&& !file.getPath().contains("\\dist\\"))
|
&& !file.getPath().contains("\\dist\\")
|
||||||
|
&& !file.getPath().contains(".iml"))
|
||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
return files;
|
return files;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user