Commit aa88bc6a authored by pengjunjing's avatar pengjunjing

feat:增加排除assets raw目录

parent 4ff48c04
......@@ -113,7 +113,7 @@ class ReadUtil {
companion object {
//排除目录
private val excludeDir = arrayOf("build", ".git", ".gradle", ".idea")
private val excludeDir = arrayOf("build", ".git", ".gradle", ".idea", "assets", "raw")
const val resourcesNode = "<resources>"
const val StringNode = "<string"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment