-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
328 lines (283 loc) · 6.7 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
## Ignore Visual Studio temporary files, build results, and
2 ## files generated by popular Visual Studio add-ons.
3
4 ## bower downloaded js libraries
5 bower_components
6
7 # User-specific files
8 *.suo
9 *.user
10 *.userosscache
11 *.sln.docstates
12
13 # User-specific files (MonoDevelop/Xamarin Studio)
14 *.userprefs
15
16 # Build results
17 [Dd]ebug/
18 [Dd]ebugPublic/
19 [Rr]elease/
20 [Rr]eleases/
21 x64/
22 x86/
23 bld/
24 [Bb]in/
25 [Oo]bj/
26
27 # Visual Studio 2015 cache/options directory
28 .vs/
29 # Uncomment if you have tasks that create the project's static files in wwwroot
30 #wwwroot/
31
32 # MSTest test Results
33 [Tt]est[Rr]esult*/
34 [Bb]uild[Ll]og.*
35
36 # NUNIT
37 *.VisualState.xml
38 TestResult.xml
39
40 # Build Results of an ATL Project
41 [Dd]ebugPS/
42 [Rr]eleasePS/
43 dlldata.c
44
45 # DNX
46 project.lock.json
47 artifacts/
48
49 *_i.c
50 *_p.c
51 *_i.h
52 *.ilk
53 *.meta
54 *.obj
55 *.pch
56 *.pdb
57 *.pgc
58 *.pgd
59 *.rsp
60 *.sbr
61 *.tlb
62 *.tli
63 *.tlh
64 *.tmp
65 *.tmp_proj
66 *.log
67 *.vspscc
68 *.vssscc
69 .builds
70 *.pidb
71 *.svclog
72 *.scc
73
74 # Chutzpah Test files
75 _Chutzpah*
76
77 # Visual C++ cache files
78 ipch/
79 *.aps
80 *.ncb
81 *.opendb
82 *.opensdf
83 *.sdf
84 *.cachefile
85
86 # Visual Studio profiler
87 *.psess
88 *.vsp
89 *.vspx
90 *.sap
91
92 # TFS 2012 Local Workspace
93 $tf/
94
95 # Guidance Automation Toolkit
96 *.gpState
97
98 # ReSharper is a .NET coding add-in
99 _ReSharper*/
100 *.[Rr]e[Ss]harper
101 *.DotSettings.user
102
103 # JustCode is a .NET coding add-in
104 .JustCode
105
106 # TeamCity is a build add-in
107 _TeamCity*
108
109 # DotCover is a Code Coverage Tool
110 *.dotCover
111
112 # NCrunch
113 _NCrunch_*
114 .*crunch*.local.xml
115 nCrunchTemp_*
116
117 # MightyMoose
118 *.mm.*
119 AutoTest.Net/
120
121 # Web workbench (sass)
122 .sass-cache/
123
124 # Installshield output folder
125 [Ee]xpress/
126
127 # DocProject is a documentation generator add-in
128 DocProject/buildhelp/
129 DocProject/Help/*.HxT
130 DocProject/Help/*.HxC
131 DocProject/Help/*.hhc
132 DocProject/Help/*.hhk
133 DocProject/Help/*.hhp
134 DocProject/Help/Html2
135 DocProject/Help/html
136
137 # Click-Once directory
138 publish/
139
140 # Publish Web Output
141 *.[Pp]ublish.xml
142 *.azurePubxml
143 # TODO: Comment the next line if you want to checkin your web deploy settings
144 # but database connection strings (with potential passwords) will be unencrypted
145 *.pubxml
146 *.publishproj
147
148 # NuGet Packages
149 *.nupkg
150 # The packages folder can be ignored because of Package Restore
151 **/packages/*
152 # except build/, which is used as an MSBuild target.
153 !**/packages/build/
154 # Uncomment if necessary however generally it will be regenerated when needed
155 #!**/packages/repositories.config
156 # NuGet v3's project.json files produces more ignoreable files
157 *.nuget.props
158 *.nuget.targets
159
160 # Microsoft Azure Build Output
161 csx/
162 *.build.csdef
163
164 # Microsoft Azure Emulator
165 ecf/
166 rcf/
167
168 # Microsoft Azure ApplicationInsights config file
169 ApplicationInsights.config
170
171 # Windows Store app package directory
172 AppPackages/
173 BundleArtifacts/
174
175 # Visual Studio cache files
176 # files ending in .cache can be ignored
177 *.[Cc]ache
178 # but keep track of directories ending in .cache
179 !*.[Cc]ache/
180
181 # Others
182 ClientBin/
183 ~$*
184 *~
185 *.dbmdl
186 *.dbproj.schemaview
187 *.pfx
188 *.publishsettings
189 node_modules/
190 orleans.codegen.cs
191
192 # RIA/Silverlight projects
193 Generated_Code/
194
195 # Backup & report files from converting an old project file
196 # to a newer Visual Studio version. Backup files are not needed,
197 # because we have git ;-)
198 _UpgradeReport_Files/
199 Backup*/
200 UpgradeLog*.XML
201 UpgradeLog*.htm
202
203 # SQL Server files
204 *.mdf
205 *.ldf
206
207 # Business Intelligence projects
208 *.rdl.data
209 *.bim.layout
210 *.bim_*.settings
211
212 # Microsoft Fakes
213 FakesAssemblies/
214
215 # GhostDoc plugin setting file
216 *.GhostDoc.xml
217
218 # Node.js Tools for Visual Studio
219 .ntvs_analysis.dat
220
221 # Visual Studio 6 build log
222 *.plg
223
224 # Visual Studio 6 workspace options file
225 *.opt
226
227 # Visual Studio LightSwitch build output
228 **/*.HTMLClient/GeneratedArtifacts
229 **/*.DesktopClient/GeneratedArtifacts
230 **/*.DesktopClient/ModelManifest.xml
231 **/*.Server/GeneratedArtifacts
232 **/*.Server/ModelManifest.xml
233 _Pvt_Extensions
234
235 # Paket dependency manager
236 .paket/paket.exe
237
238 # FAKE - F# Make
239 .fake/
/Web/bower_components/cldr-data/main
/Web/bower_components/cldr-data - Copy
/Web/bin
/Web/obj/Debug
/Resources/bin/Debug
/Resources/obj/Debug
/Identity/bin/Debug
/Identity/obj/Debug
/Domain/bin/Debug
/Domain/obj/Debug
/DataAnnotations/bin/Debug
/DataAnnotations/obj/Debug
/DAL/bin/Debug
/DAL/obj/Debug
/BLL/obj/Debug
/DAL/bin/Release/System.Web.WebPages.Razor.xml
/DAL/bin/Release/System.Web.WebPages.Razor.dll
/DAL/bin/Release/System.Web.WebPages.dll
/DAL/bin/Release/System.Web.WebPages.Deployment.xml
/DAL/bin/Release/System.Web.WebPages.Deployment.dll
/DAL/bin/Release/System.Web.Razor.xml
/DAL/bin/Release/System.Web.Razor.dll
/DAL/bin/Release/System.Web.Mvc.xml
/DAL/bin/Release/System.Web.Mvc.dll
/DAL/bin/Release/System.Web.Helpers.xml
/DAL/bin/Release/System.Web.Helpers.dll
/DAL/bin/Release/System.Web.WebPages.xml
/DAL/bin/Release/Microsoft.Web.Infrastructure.dll
/Domain/bin/Release
/Identity/bin/Release/System.Web.WebPages.xml
/Identity/bin/Release/System.Web.WebPages.Razor.xml
/Identity/bin/Release/System.Web.WebPages.Razor.dll
/Identity/bin/Release/System.Web.WebPages.dll
/Identity/bin/Release/System.Web.WebPages.Deployment.xml
/Identity/bin/Release/System.Web.WebPages.Deployment.dll
/Identity/bin/Release/System.Web.Razor.xml
/Identity/bin/Release/System.Web.Razor.dll
/Identity/bin/Release/System.Web.Mvc.xml
/Identity/bin/Release/System.Web.Mvc.dll
/Identity/bin/Release/Microsoft.Web.Infrastructure.dll
/Web/obj/Release/Package/PackageTmp/bower_components/tinymce
/Web/obj/Release/Package/PackageTmp/Content/dist
/Web/obj/Release/Package/PackageTmp/Content/plugins
/BLL/bin/Debug