I wonder what’s the difference between csd and csb file. Csd is text format, which is very friendly for version control system like git, but csb is not. Can I just keep the csd file in my repository? Can CocosStudio generate the corresponding csb file from csd?
Um, I will answer myself, I just saw from the Cocos2d-x Chinese website that cocosStudio only used csd file. Csb file could be generated from csd when you publish the resource. So it is ok to ignore csb files in gitignore.