mirror of https://github.com/axmolengine/axmol.git
Updates comments in download-deps.py and updates .gitignore
This commit is contained in:
parent
4e59949d33
commit
357b07d532
|
@ -133,5 +133,5 @@ project.properties
|
|||
/external/win32-specific/
|
||||
/external/winrt-specific/
|
||||
/external/wp8-specific/
|
||||
/v3-deps-*.zip
|
||||
/v*-deps-*.zip
|
||||
/external/version.json
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# ./download-deps.py
|
||||
#
|
||||
# Download Cocos2D-X resources from github (https://github.com/cocos2d/cocos2d-x-external) and extract from ZIP
|
||||
# Download Cocos2D-X resources from github (https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin) and extract from ZIP
|
||||
#
|
||||
# Helps prevent repo bloat due to large binary files since they can
|
||||
# be hosted separately.
|
||||
|
|
Loading…
Reference in New Issue