-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
90 lines (74 loc) · 1.74 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
# OS X only (not needed on other platforms)
.DS_Store
*.swp
*.Trashes
# All platforms
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
*.csproj
*.pidb
*.unityproj
*.sln
*.userprefs
*.suo
*.log
# Big Files
*.exe
*.rar
*.zip
*.pdb
*.apk
*.dex
*/PerfLogs/
#OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
[Tt]humbs.db
Assets/Textures/Comet/Thumbs.db.meta
Assets/Textures/GUI/Boxes/ScalablePopupBox/Thumbs.db.meta
Assets/Textures/GUI/Boxes/Thumbs.db.meta
Assets/Textures/GUI/Icons/Final(Move contents to current folder when finished)/Thumbs.db.meta
Assets/Textures/GUI/Icons/Thumbs.db.meta
Assets/Textures/GUI/Misc/Thumbs.db.meta
Assets/Textures/Planets/Classic/Thumbs.db.meta
Assets/Textures/Planets/Core/Thumbs.db.meta
Assets/Textures/Planets/Electric/Thumbs.db.meta
Assets/Textures/Planets/Lava/Thumbs.db.meta
Assets/Textures/Planets/Rich Planets/Thumbs.db.meta
Assets/Textures/Planets/Toxic/Thumbs.db.meta
#Windows Specific
Windows Store App/Players/
Windows Phone App/Players/
Windows Phone App Pro/Players/
Windows Store App/Save The Comet/bin/
Windows Phone App/Save The Comet/bin/
Windows Phone App Pro/Save The Comet/bin/
Windows Store App/Save The Comet/obj/
Windows Phone App/Save The Comet/obj/
Windows Phone App Pro/Save The Comet/obj/
# Android Export
# built application files
Android Export/*.ap_
# files for the dex VM
Android Export/*.dex
# Java class files
Android Export/*.class
# generated files
Android Export/*bin/
Android Export/*gen/
# Local configuration file (sdk path, etc)
Android Export/*local.properties
# Eclipse project files
Android Export/*.classpath
Android Export/*.project
# Proguard folder generated by Eclipse
proguard/
# Intellij project files
Android Export/*.iml
Android Export/*.ipr
Android Export/*.iws
Android Export/*.idea/