mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	更改 文件过滤方法,适应windows
This commit is contained in:
		| @@ -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; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 zhoulc
					zhoulc