-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (36 loc) · 874 Bytes
/
.gitignore
File metadata and controls
45 lines (36 loc) · 874 Bytes
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
# Ignore cocos
cocos2d/
cocos2d
# Ignore files build by Visual Studio
proj.win32/*.opensdf
proj.win32/*.sdf
proj.win32/[Dd]ebug.win32/
proj.win32/[Rr]elease.win32/
proj.win32/*.suo
# Ignore files build by ndk and eclipse
proj.android/assets/
proj.android/obj/
proj.android/libs/
proj.android/bin/
proj.android/gen/
proj.android/.settings
proj.android/local.properties
# Ignore linux bin and obj output directories
proj.linux/build/
# Ignore thumbnails created by windows and macos explorers
Thumbs.db
.DS_Store
# Ignore python compiled files
*.pyc
# Ignore files build by xcode
proj.ios_mac/*.mode*v*
proj.ios_mac/*.pbxuser
proj.ios_mac/*.xcbkptlist
proj.ios_mac/*.xcscheme
proj.ios_mac/*.xcworkspacedata
proj.ios_mac/*.xcuserstate
proj.ios_mac/*.xccheckout
proj.ios_mac/xcschememanagement.plist
proj.ios_mac/._.*
proj.ios_mac/xcuserdata/
proj.ios_mac/DerivedData/