-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
95 lines (83 loc) · 1.05 KB
/
.gitignore
File metadata and controls
95 lines (83 loc) · 1.05 KB
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
## Visual Studio / .NET
bin/
obj/
.vs/
*.user
*.suo
*.cache
*.userosscache
*.sln.docstates
## NuGet
*.nupkg
**/packages/*
!**/packages/build/
*.nuget.props
*.nuget.targets
## Rover source folders that happen to be named "Packages"
!src/**/Packages/
!src/**/Packages/**
## Build results
[Dd]ebug/
[Rr]elease/
x64/
x86/
ARM/
ARM64/
[Bb]uild[Ll]og.*
*_i.c
*_p.c
*_h.h
*.ilk
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.tlog
*.vspscc
*.vssscc
.builds
## UWP
AppPackages/
BundleArtifacts/
*.appx
*.appxbundle
*.appxupload
## Code-signing certificates — never commit private keys
*.pfx
*.cer
## UWP build output bundled into source tree
**/Deploy/
**/FullTrust/
## Manual loose-layout staging directory (created during dev, not part of source)
deploy_uwp/
## Test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
TestResult.xml
*.trx
## Misc
*.pidb
*.svclog
*.scc
_ReSharper*/
[Tt]humbs.db
ehthumbs.db
Desktop.ini
*.lnk
## slnx (we use traditional .sln)
*.slnx
# MSBuild diagnostics
*.binlog
msbuild-*.txt