tuto_bindablelayout / .gitignore @ main
Historique | Voir | Annoter | Télécharger (7,105 ko)
1 | c6214383 | Martin Toutant | # Created by https://www.toptal.com/developers/gitignore/api/visualstudio,xamarinstudio |
---|---|---|---|
2 | # Edit at https://www.toptal.com/developers/gitignore?templates=visualstudio,xamarinstudio |
||
3 | |||
4 | ## backup files |
||
5 | *.bkp |
||
6 | *.bak |
||
7 | |||
8 | ### XamarinStudio ### |
||
9 | bin/ |
||
10 | obj/ |
||
11 | *.userprefs |
||
12 | .packages |
||
13 | |||
14 | ### VisualStudio ### |
||
15 | ## Ignore Visual Studio temporary files, build results, and |
||
16 | ## files generated by popular Visual Studio add-ons. |
||
17 | ## |
||
18 | ## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore |
||
19 | |||
20 | # User-specific files |
||
21 | *.rsuser |
||
22 | *.suo |
||
23 | *.user |
||
24 | *.userosscache |
||
25 | *.sln.docstates |
||
26 | |||
27 | # User-specific files (MonoDevelop/Xamarin Studio) |
||
28 | |||
29 | # Mono auto generated files |
||
30 | mono_crash.* |
||
31 | |||
32 | # Build results |
||
33 | [Dd]ebug/ |
||
34 | [Dd]ebugPublic/ |
||
35 | [Rr]elease/ |
||
36 | [Rr]eleases/ |
||
37 | x64/ |
||
38 | x86/ |
||
39 | [Ww][Ii][Nn]32/ |
||
40 | [Aa][Rr][Mm]/ |
||
41 | [Aa][Rr][Mm]64/ |
||
42 | bld/ |
||
43 | [Bb]in/ |
||
44 | [Oo]bj/ |
||
45 | [Ll]og/ |
||
46 | [Ll]ogs/ |
||
47 | |||
48 | # Visual Studio 2015/2017 cache/options directory |
||
49 | .vs/ |
||
50 | # Uncomment if you have tasks that create the project's static files in wwwroot |
||
51 | #wwwroot/ |
||
52 | |||
53 | # Visual Studio 2017 auto generated files |
||
54 | Generated\ Files/ |
||
55 | |||
56 | # MSTest test Results |
||
57 | [Tt]est[Rr]esult*/ |
||
58 | [Bb]uild[Ll]og.* |
||
59 | |||
60 | # NUnit |
||
61 | *.VisualState.xml |
||
62 | TestResult.xml |
||
63 | nunit-*.xml |
||
64 | |||
65 | # Build Results of an ATL Project |
||
66 | [Dd]ebugPS/ |
||
67 | [Rr]eleasePS/ |
||
68 | dlldata.c |
||
69 | |||
70 | # Benchmark Results |
||
71 | BenchmarkDotNet.Artifacts/ |
||
72 | |||
73 | # .NET Core |
||
74 | project.lock.json |
||
75 | project.fragment.lock.json |
||
76 | artifacts/ |
||
77 | |||
78 | # ASP.NET Scaffolding |
||
79 | ScaffoldingReadMe.txt |
||
80 | |||
81 | # StyleCop |
||
82 | StyleCopReport.xml |
||
83 | |||
84 | # Files built by Visual Studio |
||
85 | *_i.c |
||
86 | *_p.c |
||
87 | *_h.h |
||
88 | *.ilk |
||
89 | *.meta |
||
90 | *.obj |
||
91 | *.iobj |
||
92 | *.pch |
||
93 | *.pdb |
||
94 | *.ipdb |
||
95 | *.pgc |
||
96 | *.pgd |
||
97 | *.rsp |
||
98 | *.sbr |
||
99 | *.tlb |
||
100 | *.tli |
||
101 | *.tlh |
||
102 | *.tmp |
||
103 | *.tmp_proj |
||
104 | *_wpftmp.csproj |
||
105 | *.log |
||
106 | *.tlog |
||
107 | *.vspscc |
||
108 | *.vssscc |
||
109 | .builds |
||
110 | *.pidb |
||
111 | *.svclog |
||
112 | *.scc |
||
113 | |||
114 | # Chutzpah Test files |
||
115 | _Chutzpah* |
||
116 | |||
117 | # Visual C++ cache files |
||
118 | ipch/ |
||
119 | *.aps |
||
120 | *.ncb |
||
121 | *.opendb |
||
122 | *.opensdf |
||
123 | *.sdf |
||
124 | *.cachefile |
||
125 | *.VC.db |
||
126 | *.VC.VC.opendb |
||
127 | |||
128 | # Visual Studio profiler |
||
129 | *.psess |
||
130 | *.vsp |
||
131 | *.vspx |
||
132 | *.sap |
||
133 | |||
134 | # Visual Studio Trace Files |
||
135 | *.e2e |
||
136 | |||
137 | # TFS 2012 Local Workspace |
||
138 | $tf/ |
||
139 | |||
140 | # Guidance Automation Toolkit |
||
141 | *.gpState |
||
142 | |||
143 | # ReSharper is a .NET coding add-in |
||
144 | _ReSharper*/ |
||
145 | *.[Rr]e[Ss]harper |
||
146 | *.DotSettings.user |
||
147 | |||
148 | # TeamCity is a build add-in |
||
149 | _TeamCity* |
||
150 | |||
151 | # DotCover is a Code Coverage Tool |
||
152 | *.dotCover |
||
153 | |||
154 | # AxoCover is a Code Coverage Tool |
||
155 | .axoCover/* |
||
156 | !.axoCover/settings.json |
||
157 | |||
158 | # Coverlet is a free, cross platform Code Coverage Tool |
||
159 | coverage*.json |
||
160 | coverage*.xml |
||
161 | coverage*.info |
||
162 | |||
163 | # Visual Studio code coverage results |
||
164 | *.coverage |
||
165 | *.coveragexml |
||
166 | |||
167 | # NCrunch |
||
168 | _NCrunch_* |
||
169 | .*crunch*.local.xml |
||
170 | nCrunchTemp_* |
||
171 | |||
172 | # MightyMoose |
||
173 | *.mm.* |
||
174 | AutoTest.Net/ |
||
175 | |||
176 | # Web workbench (sass) |
||
177 | .sass-cache/ |
||
178 | |||
179 | # Installshield output folder |
||
180 | [Ee]xpress/ |
||
181 | |||
182 | # DocProject is a documentation generator add-in |
||
183 | DocProject/buildhelp/ |
||
184 | DocProject/Help/*.HxT |
||
185 | DocProject/Help/*.HxC |
||
186 | DocProject/Help/*.hhc |
||
187 | DocProject/Help/*.hhk |
||
188 | DocProject/Help/*.hhp |
||
189 | DocProject/Help/Html2 |
||
190 | DocProject/Help/html |
||
191 | |||
192 | # Click-Once directory |
||
193 | publish/ |
||
194 | |||
195 | # Publish Web Output |
||
196 | *.[Pp]ublish.xml |
||
197 | *.azurePubxml |
||
198 | # Note: Comment the next line if you want to checkin your web deploy settings, |
||
199 | # but database connection strings (with potential passwords) will be unencrypted |
||
200 | *.pubxml |
||
201 | *.publishproj |
||
202 | |||
203 | # Microsoft Azure Web App publish settings. Comment the next line if you want to |
||
204 | # checkin your Azure Web App publish settings, but sensitive information contained |
||
205 | # in these scripts will be unencrypted |
||
206 | PublishScripts/ |
||
207 | |||
208 | # NuGet Packages |
||
209 | *.nupkg |
||
210 | # NuGet Symbol Packages |
||
211 | *.snupkg |
||
212 | # The packages folder can be ignored because of Package Restore |
||
213 | **/[Pp]ackages/* |
||
214 | # except build/, which is used as an MSBuild target. |
||
215 | !**/[Pp]ackages/build/ |
||
216 | # Uncomment if necessary however generally it will be regenerated when needed |
||
217 | #!**/[Pp]ackages/repositories.config |
||
218 | # NuGet v3's project.json files produces more ignorable files |
||
219 | *.nuget.props |
||
220 | *.nuget.targets |
||
221 | |||
222 | # Microsoft Azure Build Output |
||
223 | csx/ |
||
224 | *.build.csdef |
||
225 | |||
226 | # Microsoft Azure Emulator |
||
227 | ecf/ |
||
228 | rcf/ |
||
229 | |||
230 | # Windows Store app package directories and files |
||
231 | AppPackages/ |
||
232 | BundleArtifacts/ |
||
233 | Package.StoreAssociation.xml |
||
234 | _pkginfo.txt |
||
235 | *.appx |
||
236 | *.appxbundle |
||
237 | *.appxupload |
||
238 | |||
239 | # Visual Studio cache files |
||
240 | # files ending in .cache can be ignored |
||
241 | *.[Cc]ache |
||
242 | # but keep track of directories ending in .cache |
||
243 | !?*.[Cc]ache/ |
||
244 | |||
245 | # Others |
||
246 | ClientBin/ |
||
247 | ~$* |
||
248 | *~ |
||
249 | *.dbmdl |
||
250 | *.dbproj.schemaview |
||
251 | *.jfm |
||
252 | *.pfx |
||
253 | *.publishsettings |
||
254 | orleans.codegen.cs |
||
255 | |||
256 | # Including strong name files can present a security risk |
||
257 | # (https://github.com/github/gitignore/pull/2483#issue-259490424) |
||
258 | #*.snk |
||
259 | |||
260 | # Since there are multiple workflows, uncomment next line to ignore bower_components |
||
261 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) |
||
262 | #bower_components/ |
||
263 | |||
264 | # RIA/Silverlight projects |
||
265 | Generated_Code/ |
||
266 | |||
267 | # Backup & report files from converting an old project file |
||
268 | # to a newer Visual Studio version. Backup files are not needed, |
||
269 | # because we have git ;-) |
||
270 | _UpgradeReport_Files/ |
||
271 | Backup*/ |
||
272 | UpgradeLog*.XML |
||
273 | UpgradeLog*.htm |
||
274 | ServiceFabricBackup/ |
||
275 | *.rptproj.bak |
||
276 | |||
277 | # SQL Server files |
||
278 | *.mdf |
||
279 | *.ldf |
||
280 | *.ndf |
||
281 | |||
282 | # Business Intelligence projects |
||
283 | *.rdl.data |
||
284 | *.bim.layout |
||
285 | *.bim_*.settings |
||
286 | *.rptproj.rsuser |
||
287 | *- [Bb]ackup.rdl |
||
288 | *- [Bb]ackup ([0-9]).rdl |
||
289 | *- [Bb]ackup ([0-9][0-9]).rdl |
||
290 | |||
291 | # Microsoft Fakes |
||
292 | FakesAssemblies/ |
||
293 | |||
294 | # GhostDoc plugin setting file |
||
295 | *.GhostDoc.xml |
||
296 | |||
297 | # Node.js Tools for Visual Studio |
||
298 | .ntvs_analysis.dat |
||
299 | node_modules/ |
||
300 | |||
301 | # Visual Studio 6 build log |
||
302 | *.plg |
||
303 | |||
304 | # Visual Studio 6 workspace options file |
||
305 | *.opt |
||
306 | |||
307 | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) |
||
308 | *.vbw |
||
309 | |||
310 | # Visual Studio 6 auto-generated project file (contains which files were open etc.) |
||
311 | *.vbp |
||
312 | |||
313 | # Visual Studio 6 workspace and project file (working project files containing files to include in project) |
||
314 | *.dsw |
||
315 | *.dsp |
||
316 | |||
317 | # Visual Studio 6 technical files |
||
318 | |||
319 | # Visual Studio LightSwitch build output |
||
320 | **/*.HTMLClient/GeneratedArtifacts |
||
321 | **/*.DesktopClient/GeneratedArtifacts |
||
322 | **/*.DesktopClient/ModelManifest.xml |
||
323 | **/*.Server/GeneratedArtifacts |
||
324 | **/*.Server/ModelManifest.xml |
||
325 | _Pvt_Extensions |
||
326 | |||
327 | # Paket dependency manager |
||
328 | .paket/paket.exe |
||
329 | paket-files/ |
||
330 | |||
331 | # FAKE - F# Make |
||
332 | .fake/ |
||
333 | |||
334 | # CodeRush personal settings |
||
335 | .cr/personal |
||
336 | |||
337 | # Python Tools for Visual Studio (PTVS) |
||
338 | __pycache__/ |
||
339 | *.pyc |
||
340 | |||
341 | # Cake - Uncomment if you are using it |
||
342 | # tools/** |
||
343 | # !tools/packages.config |
||
344 | |||
345 | # Tabs Studio |
||
346 | *.tss |
||
347 | |||
348 | # Telerik's JustMock configuration file |
||
349 | *.jmconfig |
||
350 | |||
351 | # BizTalk build output |
||
352 | *.btp.cs |
||
353 | *.btm.cs |
||
354 | *.odx.cs |
||
355 | *.xsd.cs |
||
356 | |||
357 | # OpenCover UI analysis results |
||
358 | OpenCover/ |
||
359 | |||
360 | # Azure Stream Analytics local run output |
||
361 | ASALocalRun/ |
||
362 | |||
363 | # MSBuild Binary and Structured Log |
||
364 | *.binlog |
||
365 | |||
366 | # NVidia Nsight GPU debugger configuration file |
||
367 | *.nvuser |
||
368 | |||
369 | # MFractors (Xamarin productivity tool) working folder |
||
370 | .mfractor/ |
||
371 | |||
372 | # Local History for Visual Studio |
||
373 | .localhistory/ |
||
374 | |||
375 | # Visual Studio History (VSHistory) files |
||
376 | .vshistory/ |
||
377 | |||
378 | # BeatPulse healthcheck temp database |
||
379 | healthchecksdb |
||
380 | |||
381 | # Backup folder for Package Reference Convert tool in Visual Studio 2017 |
||
382 | MigrationBackup/ |
||
383 | |||
384 | # Ionide (cross platform F# VS Code tools) working folder |
||
385 | .ionide/ |
||
386 | |||
387 | # Fody - auto-generated XML schema |
||
388 | FodyWeavers.xsd |
||
389 | |||
390 | # VS Code files for those working on multiple tools |
||
391 | .vscode/* |
||
392 | !.vscode/settings.json |
||
393 | !.vscode/tasks.json |
||
394 | !.vscode/launch.json |
||
395 | !.vscode/extensions.json |
||
396 | *.code-workspace |
||
397 | |||
398 | # Local History for Visual Studio Code |
||
399 | .history/ |
||
400 | |||
401 | # Windows Installer files from build outputs |
||
402 | *.cab |
||
403 | *.msi |
||
404 | *.msix |
||
405 | *.msm |
||
406 | *.msp |
||
407 | |||
408 | # JetBrains Rider |
||
409 | *.sln.iml |
||
410 | |||
411 | ### VisualStudio Patch ### |
||
412 | # Additional files built by Visual Studio |
||
413 | |||
414 | # End of https://www.toptal.com/developers/gitignore/api/visualstudio,xamarinstudio |