更改 文件过滤方法,适应windows
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