File tree 1 file changed +171
-0
lines changed
1 file changed +171
-0
lines changed Original file line number Diff line number Diff line change
1
+ # # Ignore Visual Studio temporary files, build results, and
2
+ # # files generated by popular Visual Studio add-ons.
3
+
4
+ # User-specific files
5
+ * .suo
6
+ * .user
7
+ * .sln.docstates
8
+ * .userprefs
9
+
10
+ # Xamarin Components
11
+ Components /
12
+
13
+ # Build results
14
+ [Dd ]ebug /
15
+ [Dd ]ebugPublic /
16
+ [Rr ]elease /
17
+ x64 /
18
+ build /
19
+ bld /
20
+ [Bb ]in /
21
+ [Oo ]bj /
22
+ [Pp ]ackages /
23
+
24
+ # MSTest test Results
25
+ [Tt ]est [Rr ]esult * /
26
+ [Bb ]uild [Ll ]og. *
27
+
28
+ # NUNIT
29
+ * .VisualState.xml
30
+ TestResult.xml
31
+
32
+ # Build Results of an ATL Project
33
+ [Dd ]ebugPS /
34
+ [Rr ]eleasePS /
35
+ dlldata.c
36
+
37
+ * _i.c
38
+ * _p.c
39
+ * _i.h
40
+ * .ilk
41
+ * .meta
42
+ * .obj
43
+ * .pch
44
+ * .pdb
45
+ * .pgc
46
+ * .pgd
47
+ * .rsp
48
+ * .sbr
49
+ * .tlb
50
+ * .tli
51
+ * .tlh
52
+ * .tmp
53
+ * .tmp_proj
54
+ * .log
55
+ * .vspscc
56
+ * .vssscc
57
+ .builds
58
+ * .pidb
59
+ * .svclog
60
+ * .scc
61
+
62
+ # Chutzpah Test files
63
+ _Chutzpah *
64
+
65
+ # Visual C++ cache files
66
+ ipch /
67
+ * .aps
68
+ * .ncb
69
+ * .opensdf
70
+ * .sdf
71
+ * .cachefile
72
+
73
+ # Visual Studio profiler
74
+ * .psess
75
+ * .vsp
76
+ * .vspx
77
+
78
+ # TFS 2012 Local Workspace
79
+ $tf /
80
+
81
+ # Guidance Automation Toolkit
82
+ * .gpState
83
+
84
+ # ReSharper is a .NET coding add-in
85
+ _ReSharper * /
86
+ * . [Rr ]e [Ss ]harper
87
+ * .DotSettings.user
88
+
89
+ # JustCode is a .NET coding addin-in
90
+ .JustCode
91
+
92
+ # TeamCity is a build add-in
93
+ _TeamCity *
94
+
95
+ # DotCover is a Code Coverage Tool
96
+ * .dotCover
97
+
98
+ # NCrunch
99
+ * .ncrunch *
100
+ _NCrunch_ *
101
+ . * crunch * .local.xml
102
+
103
+ # MightyMoose
104
+ * .mm. *
105
+ AutoTest.Net /
106
+
107
+ # Web workbench (sass)
108
+ .sass-cache /
109
+
110
+ # Installshield output folder
111
+ [Ee ]xpress /
112
+
113
+ # DocProject is a documentation generator add-in
114
+ DocProject /buildhelp /
115
+ DocProject /Help /* .HxT
116
+ DocProject /Help /* .HxC
117
+ DocProject /Help /* .hhc
118
+ DocProject /Help /* .hhk
119
+ DocProject /Help /* .hhp
120
+ DocProject /Help /Html2
121
+ DocProject /Help /html
122
+
123
+ # Click-Once directory
124
+ publish /
125
+
126
+ # Publish Web Output
127
+ * . [Pp ]ublish.xml
128
+ * .azurePubxml
129
+
130
+ # Windows Azure Build Output
131
+ csx /
132
+ * .build.csdef
133
+
134
+ # Windows Store app package directory
135
+ AppPackages /
136
+
137
+ # Others
138
+ sql /
139
+ * .Cache
140
+ ClientBin /
141
+ [Ss ]tyle [Cc ]op. *
142
+ ~$ *
143
+ * ~
144
+ * .dbmdl
145
+ * .dbproj.schemaview
146
+ * .pfx
147
+ * .publishsettings
148
+ node_modules /
149
+ .DS_Store
150
+
151
+ # RIA/Silverlight projects
152
+ Generated_Code /
153
+
154
+ # Backup & report files from converting an old project file to a newer
155
+ # Visual Studio version. Backup files are not needed, because we have git ;-)
156
+ _UpgradeReport_Files /
157
+ Backup * /
158
+ UpgradeLog * .XML
159
+ UpgradeLog * .htm
160
+
161
+ # SQL Server files
162
+ * .mdf
163
+ * .ldf
164
+
165
+ # Business Intelligence projects
166
+ * .rdl.data
167
+ * .bim.layout
168
+ * .bim_ * .settings
169
+
170
+ # Microsoft Fakes
171
+ FakesAssemblies /
You can’t perform that action at this time.
0 commit comments