mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-09-24 10:10:34 +00:00
初始化
This commit is contained in:
63
cocos2d-x/tools/cocos2d-console/.gitignore
vendored
Normal file
63
cocos2d-x/tools/cocos2d-console/.gitignore
vendored
Normal file
@@ -0,0 +1,63 @@
|
||||
*.py[cod]
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
eggs
|
||||
parts
|
||||
var
|
||||
sdist
|
||||
develop-eggs
|
||||
.installed.cfg
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
nosetests.xml
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
||||
# Mr Developer
|
||||
.mr.developer.cfg
|
||||
.project
|
||||
.pydevproject
|
||||
|
||||
# Ignore files build by xcode
|
||||
*.mode*v*
|
||||
*.pbxuser
|
||||
*.xcbkptlist
|
||||
*.xcscheme
|
||||
*.xcworkspacedata
|
||||
*.xcuserstate
|
||||
xcschememanagement.plist
|
||||
build/
|
||||
.DS_Store
|
||||
._.*
|
||||
xcuserdata/
|
||||
DerivedData/
|
||||
.idea/*
|
||||
|
||||
# Ignore the files from download
|
||||
bin/sdkbox*
|
||||
plugins/plugin_compile/build_web/bin
|
||||
plugins/plugin_jscompile/
|
||||
plugins/plugin_luacompile/bin/msvcr110.dll
|
||||
plugins/plugin_generate/proj_modifier/plutil-win32/
|
||||
version.json
|
||||
v*-console-*.zip
|
||||
|
||||
# vim
|
||||
*~
|
||||
|
||||
# Ignore the files generated by toexec/build-console
|
||||
toexec/output/
|
||||
toexec/build/
|
Reference in New Issue
Block a user