cocos2d-x 3.x Git ignore文件内容

前端之家收集整理的这篇文章主要介绍了cocos2d-x 3.x Git ignore文件内容前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
# Ignore cocos2d-x files,now cocos2d-x 3.0rc
/cocos2d


# Ignore files build by ndk and eclipse
libs/
bin/
obj/
gen/
assets/
local.properties


# Ignore python compiled files
*.pyc


# Ignore files build by xcode
*.mode*v*
*.pbxuser
*.xcbkptlist
*.xcscheme
*.xcworkspacedata
*.xcuserstate
*.xccheckout
xcschememanagement.plist
.DS_Store
._.*
xcuserdata/
DerivedData/


# cocostudio
cocostudio/Backup
cocostudio/Resources
	
# Others should Ignored
原文链接:https://www.f2er.com/cocos2dx/345737.html

猜你在找的Cocos2d-x相关文章