-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
180 lines (150 loc) · 3.78 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
########## General ##########
/bin
/xTexturePacker/ignore
/Resources/*.archive
########## VS Code / Visual Studio ##########
*.db
*.opendb
*.pdb
*.suo
*.TMP
.vscode/launch.json
.vs/
*.vs
.vs
proj.win32/Debug.win32
*.log
cocos2d/cocos/2d/Debug.win32
cocos2d/cocos/editor-support/spine/proj.win32/Debug.win32
cocos2d/external/Box2D/proj.win32/Debug.win32
cocos2d/external/recast/proj.win32/Debug.win32
cocos2d/external/bullet/proj.win32/Debug.win32
cocos2d/cocos/Debug.win32
cocos2d/cocos/editor-support/spine/Debug.win32
cocos2d/external/Box2D/Debug.*/
cocos2d/external/recast/Debug.*/
cocos2d/external/bullet/Debug.*/
########## VS Code / Visual Studio ##########
########## CLion ##########
.idea/
########## Android (Android Studio) ############
cocos2d/cocos/platform/android/libcocos2dx/build
cocos2d/cocos/platform/android/libcocos2dx/libcocos2dx.iml
######### Android (Android Studio) ############
######### Mac / iOS / Xcode ##########
## Build generated
DerivedData/
cocos2d/build/build/
proj.ios_mac/evermaze.xcodeproj/project.xcworkspace/
.DS_Store
proj.ios_mac/build/
proj.ios_mac/Pods/
## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
## Other
*.moved-aside
*.xccheckout
*.xcscmblueprint
######### Mac / iOS / Xcode ##########
######### Linux #########
linux-build/
cmake-build-debug/
# OSX - https://github.com/github/gitignore/blob/master/Global/OSX.gitignore
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# Windows - https://github.com/github/gitignore/blob/master/Global/Windows.gitignore
# Windows image file caches
Thumbs.db
ehthumbs.db
# Folder config file
Desktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msm
*.msp
# Windows shortcuts
*.lnk
# cocos studio
*.udf
# proj.android
bin/
proj.android/assets/
proj.android/bin/
proj.android/gen/
proj.android/libs/
proj.android/local.properties
proj.android/obj/
cocos2d/cocos/platform/android/java/bin/
cocos2d/cocos/platform/android/java/gen/
cocos2d/cocos/platform/android/java/local.properties
cocos2d/cocos/platform/android/java/res/
.metadata/
.recommenders/
# proj.android-studio
*.iml
proj.android-studio/app/assets/
proj.android-studio/app/obj/
proj.android-studio/app/libs/armeabi/
#proj.android-studio/app/gradle.properties
proj.android-studio/app/local.properties
proj.android-studio/*/build/
cocos2d/cocos/platform/android/libcocos2dx/build/
# proj.ios_mac
cocos2d/build/build/
cocos2d/build/cocos2d_libs.xcodeproj/xcuserdata/
proj.ios_mac/build/
proj.ios_mac/*.xcodeproj/project.xcworkspace
proj.ios_mac/*.xcodeproj/xcuserdata/
!*.pch
# proj.linux
# proj.win32
cocos2d/cocos/2d/Debug.*/
cocos2d/cocos/editor-support/spine/proj.win32/Debug.*/
cocos2d/external/Box2D/proj.win32/Debug.*/
cocos2d/external/bullet/proj.win32/Debug.*/
cocos2d/external/recast/proj.win32/Debug.*/
cocos2d/cocos/2d/Release.*/
cocos2d/cocos/editor-support/spine/proj.win32/Release.*/
cocos2d/external/Box2D/proj.win32/Release.*/
cocos2d/external/bullet/proj.win32/Release.*/
cocos2d/external/recast/proj.win32/Release.*/
proj.win/*.sdf
proj.win/*.opensdf
proj.win/Debug.*/
proj.win/Release.*/
# proj.win8.1-universal
# others
xLibraries/review/android/plugin_review_res_project/src/
xLibraries/review/android/plugin_review_res_project/build/
xLibraries/review/android/plugin_review_res_project/.classpath
xLibraries/review/android/plugin_review_res_project/.project
xLibraries/facebook/android/facebook_lib/build/
xLibraries/gps/build/