@@ -21,22 +21,32 @@ ExportedObj/
21
21
nuget
22
22
* .nupkg
23
23
24
- # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
24
+ # ====================================================================== #
25
+ # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) #
26
+ # ====================================================================== #
25
27
[Bb ]in /
26
28
[Oo ]bj /
27
29
28
- # mstest test results
30
+ # =================== #
31
+ # mstest test results #
32
+ # =================== #
29
33
TestResults
30
34
31
- # # Ignore Visual Studio temporary files, build results, and
32
- # # files generated by popular Visual Studio add-ons.
35
+ # ========================================================= #
36
+ # Ignore Visual Studio temporary files, build results, and #
37
+ # files generated by popular Visual Studio add-ons. #
38
+ # ========================================================= #
33
39
34
- # User-specific files
40
+ # =================== #
41
+ # User-specific files #
42
+ # =================== #
35
43
* .suo
36
44
* .user
37
45
* .sln.docstates
38
46
39
- # Build results
47
+ # ============= #
48
+ # Build results #
49
+ # ============= #
40
50
[Dd ]ebug /
41
51
[Rr ]elease /
42
52
x64 /
59
69
* .vssscc
60
70
.builds
61
71
62
- # Visual C++ cache files
72
+ # ====================== #
73
+ # Visual C++ cache files #
74
+ # ====================== #
63
75
ipch /
64
76
* .aps
65
77
* .ncb
66
78
* .opensdf
67
79
* .sdf
68
80
69
- # Visual Studio profiler
81
+ # ====================== #
82
+ # Visual Studio profiler #
83
+ # ====================== #
70
84
* .psess
71
85
* .vsp
72
86
* .vspx
73
87
74
- # Guidance Automation Toolkit
88
+ # =========================== #
89
+ # Guidance Automation Toolkit #
90
+ # =========================== #
75
91
* .gpState
76
92
77
- # ReSharper is a .NET coding add-in
93
+ # ================================= #
94
+ # ReSharper is a .NET coding add-in #
95
+ # ================================= #
78
96
_ReSharper *
79
97
80
- # NCrunch
98
+ # ======= #
99
+ # NCrunch #
100
+ # ======= #
81
101
* .ncrunch *
82
102
. * crunch * .local.xml
83
103
84
- # Installshield output folder
104
+ # =========================== #
105
+ # Installshield output folder #
106
+ # =========================== #
85
107
[Ee ]xpress
86
108
87
- # DocProject is a documentation generator add-in
109
+ # ============================================== #
110
+ # DocProject is a documentation generator add-in #
111
+ # ============================================== #
88
112
DocProject /buildhelp /
89
113
DocProject /Help /* .HxT
90
114
DocProject /Help /* .HxC
@@ -94,23 +118,35 @@ DocProject/Help/*.hhp
94
118
DocProject /Help /Html2
95
119
DocProject /Help /html
96
120
97
- # Click-Once directory
121
+ # ==================== #
122
+ # Click-Once directory #
123
+ # ==================== #
98
124
publish
99
125
100
- # Publish Web Output
126
+ # ================== #
127
+ # Publish Web Output #
128
+ # ================== #
101
129
* .Publish.xml
102
130
103
- # NuGet Packages Directory
131
+ # ======================== #
132
+ # NuGet Packages Directory #
133
+ # ======================== #
104
134
packages
105
135
106
- # Windows Azure Build Output
136
+ # ========================== #
137
+ # Windows Azure Build Output #
138
+ # ========================== #
107
139
csx
108
140
* .build.csdef
109
141
110
- # Windows Store app package directory
142
+ # =================================== #
143
+ # Windows Store app package directory #
144
+ # =================================== #
111
145
AppPackages /
112
146
113
- # Others
147
+ # ====== #
148
+ # Others #
149
+ # ====== #
114
150
[Bb ]in
115
151
[Oo ]bj
116
152
sql
@@ -123,8 +159,10 @@ ClientBin
123
159
* .dbmdl
124
160
Generated_Code # added for RIA/Silverlight projects
125
161
126
- # Backup & report files from converting an old project file to a newer
127
- # Visual Studio version. Backup files are not needed, because we have git ;-)
162
+ # =========================================================================== #
163
+ # Backup & report files from converting an old project file to a newer #
164
+ # Visual Studio version. Backup files are not needed, because we have git ;-) #
165
+ # =========================================================================== #
128
166
_UpgradeReport_Files /
129
167
Backup * /
130
168
UpgradeLog * .XML
@@ -151,14 +189,15 @@ MetroTestCertificate.pfx*
151
189
src /
152
190
src.meta
153
191
ProjectSettings /
192
+ Scripts /Unity4Assets
154
193
155
- # ==================== #
156
- # Unity Project necessary
157
- # ==================== #
194
+ # ======================= #
195
+ # Unity Project necessary #
196
+ # ======================= #
158
197
Assembly-CSharp *
159
198
unity_sdk * .sln
160
199
161
- # ==================== #
162
- # Exceptions
163
- # ==================== #
200
+ # ========== #
201
+ # Exceptions #
202
+ # ========== #
164
203
! google-play-services_lib /AndroidManifest.xml
0 commit comments