mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-22 23:31:52 +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("\\.git\\")
|
||||
&& !file.getPath().contains("\\.github\\")
|
||||
&& !file.getPath().contains("\\dist\\"))
|
||||
&& !file.getPath().contains("\\dist\\")
|
||||
&& !file.getPath().contains(".iml"))
|
||||
.collect(Collectors.toList());
|
||||
return files;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user