2019-11-23 20:27:39 +08:00
|
|
|
#This configure file use .gitingore rules.
|
|
|
|
#So you can config this file like config .gitingore
|
|
|
|
#
|
|
|
|
|
|
|
|
# Ignore thumbnails created by windows
|
|
|
|
Thumbs.db
|
|
|
|
.git
|
|
|
|
|
|
|
|
# ignore copy files
|
|
|
|
/lib
|
|
|
|
/linux-build
|
|
|
|
/samples
|
|
|
|
/templates
|
|
|
|
/tests
|
|
|
|
/plugin/samples
|
2021-05-18 16:40:30 +08:00
|
|
|
/tools/console
|
2019-11-23 20:27:39 +08:00
|
|
|
/tools/jenkins-scripts
|
|
|
|
/tools/make-package
|
|
|
|
/tools/travis-scripts
|
|
|
|
|
|
|
|
.gitattributes
|
|
|
|
.gitignore
|
|
|
|
.gitmodules
|
|
|
|
.travis.yml
|
|
|
|
setup.py
|
|
|
|
|
|
|
|
# Ignore files build by Visual Studio
|
|
|
|
win32-msvc-vs201*-x86
|
|
|
|
*.obj
|
|
|
|
*.exe
|
|
|
|
*.pdb
|
|
|
|
*.aps
|
|
|
|
*.vcproj.*.user
|
|
|
|
*.vspscc
|
|
|
|
*_i.c
|
|
|
|
*.i
|
|
|
|
*.icf
|
|
|
|
*_p.c
|
|
|
|
*.ncb
|
|
|
|
*.suo
|
|
|
|
*.tlb
|
|
|
|
*.tlh
|
|
|
|
*.bak
|
|
|
|
*.cache
|
|
|
|
*.ilk
|
|
|
|
*.log
|
|
|
|
[Bb]in
|
|
|
|
[Dd]ebug.win32/
|
|
|
|
*.sbr
|
|
|
|
*.sdf
|
|
|
|
obj/
|
|
|
|
[Rr]elease.win32/
|
|
|
|
_ReSharper*/
|
|
|
|
[Tt]est[Rr]esult*
|
|
|
|
ipch/
|
|
|
|
*.opensdf
|
|
|
|
|
|
|
|
# Ignore files build by ndk and eclipse
|
|
|
|
libs/
|
|
|
|
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
|
|
|
|
*.xcscheme
|
|
|
|
*.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
|
|
|
|
|
|
|
|
# CTags
|
|
|
|
tags
|
|
|
|
|
|
|
|
# Ignore web dir
|
|
|
|
/web
|
|
|
|
|
|
|
|
#include
|
2021-05-18 16:40:30 +08:00
|
|
|
!/tools/console/bin/
|
2019-11-23 20:27:39 +08:00
|
|
|
!/plugin-x/plugin-x_ios.xcworkspace/
|
2021-12-31 14:39:08 +08:00
|
|
|
!/core/2d/platform/android/java/res/
|
2019-11-23 20:27:39 +08:00
|
|
|
# Permit plugins to ship third-party libraries.
|
|
|
|
!/plugin/plugins/*/proj.android/libs/*.jar
|
|
|
|
!/plugin/plugins/*/proj.android/libs
|
|
|
|
!/tools/bindings-generator/tools/win32/*
|
2021-12-31 14:39:08 +08:00
|
|
|
!/core/platform/android/java/libs
|
|
|
|
!/core/platform/android/ControllerManualAdapter/libs
|
2019-11-23 20:27:39 +08:00
|
|
|
|
|
|
|
v*-deps-*.zip
|
|
|
|
v*-lua-runtime-*.zip
|
|
|
|
|
|
|
|
# Ignore the CMake build folder, such as ios-build/linux-build
|
|
|
|
*-build/
|
|
|
|
# Ignore the CLion build folder, such as cmake-build-debug
|
|
|
|
cmake-build-*/
|
|
|
|
cmake_build*
|
|
|
|
metal-support*.zip
|
|
|
|
**/.project
|
|
|
|
|
|
|
|
# vscode folder
|
|
|
|
.vs
|
|
|
|
.vscode
|