mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-25 19:28:28 +00:00
取消忽略某些必要的文件
This commit is contained in:
parent
51f6e1e80a
commit
4ecc470f86
170
cocos2d-x/.gitignore
vendored
170
cocos2d-x/.gitignore
vendored
@ -1,169 +1 @@
|
|||||||
# Ignore thumbnails created by windows
|
build/build
|
||||||
Thumbs.db
|
|
||||||
|
|
||||||
# Ignore npm files
|
|
||||||
/node_modules
|
|
||||||
/tools/make-package/cocos2d-x.zip
|
|
||||||
/simulator_*.zip
|
|
||||||
/prebuilt_*.zip
|
|
||||||
/prebuilt_mk
|
|
||||||
/prebuilt_mk*.zip
|
|
||||||
/simulator.json
|
|
||||||
|
|
||||||
# Ignore files build by Visual Studio
|
|
||||||
*.obj
|
|
||||||
*.exe
|
|
||||||
*.pdb
|
|
||||||
*.aps
|
|
||||||
*.vcproj.*.user
|
|
||||||
*.vcxproj.user
|
|
||||||
*.csproj.user
|
|
||||||
*.vspscc
|
|
||||||
*_i.c
|
|
||||||
*.i
|
|
||||||
*.icf
|
|
||||||
*_p.c
|
|
||||||
*.ncb
|
|
||||||
*.suo
|
|
||||||
*.tlb
|
|
||||||
*.tlh
|
|
||||||
*.bak
|
|
||||||
*.cache
|
|
||||||
*.ilk
|
|
||||||
*.log
|
|
||||||
[Bb]in
|
|
||||||
[Dd]ebug/
|
|
||||||
[Dd]ebug.win32/
|
|
||||||
*.sbr
|
|
||||||
*.sdf
|
|
||||||
obj/
|
|
||||||
[Rr]elease/
|
|
||||||
[Rr]elease.win32/
|
|
||||||
_ReSharper*/
|
|
||||||
[Tt]est[Rr]esult*
|
|
||||||
ipch/
|
|
||||||
*.opensdf
|
|
||||||
*.opendb
|
|
||||||
SubmissionInfo
|
|
||||||
Generated Files
|
|
||||||
AppPackages
|
|
||||||
BundleArtifacts
|
|
||||||
.vs/
|
|
||||||
|
|
||||||
# Ignore files build by ndk and eclipse
|
|
||||||
bin/
|
|
||||||
obj/
|
|
||||||
gen/
|
|
||||||
assets/
|
|
||||||
local.properties
|
|
||||||
|
|
||||||
# Ignore python compiled files
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# Ignore files build by airplay and marmalade
|
|
||||||
build_*_xcode/
|
|
||||||
build_*_vc10/
|
|
||||||
|
|
||||||
# Ignore files build by xcode
|
|
||||||
*.mode*v*
|
|
||||||
*.pbxuser
|
|
||||||
*.xcbkptlist
|
|
||||||
*.xcworkspacedata
|
|
||||||
*.xcuserstate
|
|
||||||
*.xccheckout
|
|
||||||
xcschememanagement.plist
|
|
||||||
.DS_Store
|
|
||||||
._.*
|
|
||||||
xcuserdata/
|
|
||||||
DerivedData/
|
|
||||||
|
|
||||||
# Ignore files built by AppCode
|
|
||||||
.idea/
|
|
||||||
|
|
||||||
# Ignore files built by bada
|
|
||||||
.Simulator-Debug/
|
|
||||||
.Target-Debug/
|
|
||||||
.Target-Release/
|
|
||||||
|
|
||||||
# Ignore files built by blackberry
|
|
||||||
/simulator/
|
|
||||||
Device-Debug/
|
|
||||||
Device-Release/
|
|
||||||
|
|
||||||
# Ignore vim swaps
|
|
||||||
*.swp
|
|
||||||
*.swo
|
|
||||||
|
|
||||||
# Ignore files created by create_project.py
|
|
||||||
projects/
|
|
||||||
|
|
||||||
# Ignore config files in javascript bindings generator
|
|
||||||
tools/tojs/user.cfg
|
|
||||||
# ... userconf.ini generated if running from tools/tojs
|
|
||||||
tools/tojs/userconf.ini
|
|
||||||
tools/tolua/userconf.ini
|
|
||||||
# ... userconf.ini generated if running from tools/jenkins_scripts/mac/android/
|
|
||||||
tools/jenkins_scripts/mac/android/userconf.ini
|
|
||||||
|
|
||||||
# CTags
|
|
||||||
tags
|
|
||||||
|
|
||||||
# ignore files, created with make-all-linux-project script
|
|
||||||
/lib
|
|
||||||
/build/linux-build
|
|
||||||
|
|
||||||
# Cmake files
|
|
||||||
CMakeCache.txt
|
|
||||||
CMakeFiles
|
|
||||||
Makefile
|
|
||||||
cmake_install.cmake
|
|
||||||
CMakeLists.txt.user
|
|
||||||
|
|
||||||
# Ignore files generated by console
|
|
||||||
build/build/
|
|
||||||
**/proj.ios_mac/build/
|
|
||||||
**/tests/*/runtime/
|
|
||||||
**/tests/*/publish/
|
|
||||||
**/proj.android-studio/app/libs/
|
|
||||||
**/proj.android-studio/app/build.xml
|
|
||||||
**/proj.android-studio/app/proguard-project.txt
|
|
||||||
|
|
||||||
# Android
|
|
||||||
project.properties
|
|
||||||
*.iml
|
|
||||||
|
|
||||||
# Ignore prebuilt libraries folder
|
|
||||||
/external/*
|
|
||||||
!/external/config.json
|
|
||||||
/templates/lua-template-runtime/runtime
|
|
||||||
/v*-deps-*.zip
|
|
||||||
/new-renderer-*.zip
|
|
||||||
/v*-lua-runtime-*.zip
|
|
||||||
/v*-console-*.zip
|
|
||||||
/tools/fbx-conv/
|
|
||||||
tests/cpp-tests/Resources/audio
|
|
||||||
/tests/lua-empty-test/src/cocos/
|
|
||||||
/tests/lua-game-controller-test/src/cocos/
|
|
||||||
/tests/lua-tests/src/cocos/
|
|
||||||
/tests/js-tests/res/
|
|
||||||
/tools/framework-compile/bin/proj_modifier/plutil-win32/
|
|
||||||
!/tools/framework-compile/bin/
|
|
||||||
|
|
||||||
# generated by framework-compile
|
|
||||||
/prebuilt/
|
|
||||||
/*/prebuilt-mk/Android.mk
|
|
||||||
/*/*/prebuilt-mk/Android.mk
|
|
||||||
/*/*/*/prebuilt-mk/Android.mk
|
|
||||||
/*/*/*/*/prebuilt-mk/Android.mk
|
|
||||||
*.xcscmblueprint
|
|
||||||
|
|
||||||
# generated by vscode
|
|
||||||
.vscode/
|
|
||||||
|
|
||||||
# generated by "gulp gen-simulator"
|
|
||||||
/tools/simulator/runtime/win32
|
|
||||||
/tools/simulator/simulator
|
|
||||||
|
|
||||||
|
|
||||||
cocos2d-x-lite-external-*
|
|
||||||
*.zip
|
|
||||||
|
9
cocos2d-x/tools/cocos2d-console/.gitignore
vendored
9
cocos2d-x/tools/cocos2d-console/.gitignore
vendored
@ -46,15 +46,6 @@ xcuserdata/
|
|||||||
DerivedData/
|
DerivedData/
|
||||||
.idea/*
|
.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
|
# vim
|
||||||
*~
|
*~
|
||||||
|
|
||||||
|
3
engine/.gitignore
vendored
3
engine/.gitignore
vendored
@ -1,9 +1,10 @@
|
|||||||
/lib
|
/lib
|
||||||
/bin
|
/bin/.cache
|
||||||
/web.config
|
/web.config
|
||||||
.idea
|
.idea
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build
|
build
|
||||||
|
!/cocos2d/renderer/build
|
||||||
aspnet_client
|
aspnet_client
|
||||||
node_modules
|
node_modules
|
||||||
/tools/jsdoc_toolkit-2.4.0
|
/tools/jsdoc_toolkit-2.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user