Aar0n
__proto.initNoVersionDic=function(){
LayaAirProjectPack.addFileToDicData(FileManager.getPath(RunConfig.sourcePath,RunConfig.htmlFile),this.noVersionDic);
LayaAirProjectPack.addFileToDicData(FileManager.getPath(RunConfig.sourcePath,"code.js"),this.noVersionDic);
LayaAirProjectPack.addFileToDicData(FileManager.getPath(RunConfig.sourcePath,"main.js"),this.noVersionDic);
LayaAirProjectPack.addFileToDicData(FileManager.getPath(RunConfig.sourcePath + "/resource","serverList.json"),this.noVersionDic);//serverlist不加入版本控制
if(LayaAirProjectPack.isTrue(RunConfig.enableVersion))
LayaAirProjectPack.addFileToDicData(FileManager.getPath(RunConfig.sourcePath,RunConfig.versionFile),this.noVersionDic);
}