1
- # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
2
- [Bb ]in /
3
- [Oo ]bj /
4
-
5
- # mstest test results
6
- TestResults
7
-
8
1
# # Ignore Visual Studio temporary files, build results, and
9
2
# # files generated by popular Visual Studio add-ons.
10
3
11
4
# User-specific files
12
5
* .suo
13
6
* .user
7
+ * .userosscache
14
8
* .sln.docstates
15
9
10
+ # User-specific files (MonoDevelop/Xamarin Studio)
11
+ * .userprefs
12
+
16
13
# Build results
17
14
[Dd ]ebug /
15
+ [Dd ]ebugPublic /
18
16
[Rr ]elease /
17
+ [Rr ]eleases /
19
18
x64 /
19
+ x86 /
20
+ bld /
21
+ [Bb ]in /
22
+ [Oo ]bj /
23
+
24
+ # Visual Studio 2015 cache/options directory
25
+ .vs /
26
+ # Uncomment if you have tasks that create the project's static files in wwwroot
27
+ # wwwroot/
28
+
29
+ # MSTest test Results
30
+ [Tt ]est [Rr ]esult * /
31
+ [Bb ]uild [Ll ]og. *
32
+
33
+ # NUNIT
34
+ * .VisualState.xml
35
+ TestResult.xml
36
+
37
+ # Build Results of an ATL Project
38
+ [Dd ]ebugPS /
39
+ [Rr ]eleasePS /
40
+ dlldata.c
41
+
42
+ # DNX
43
+ project.lock.json
44
+ artifacts /
45
+
20
46
* _i.c
21
47
* _p.c
48
+ * _i.h
22
49
* .ilk
23
50
* .meta
24
51
* .obj
32
59
* .tli
33
60
* .tlh
34
61
* .tmp
62
+ * .tmp_proj
35
63
* .log
36
64
* .vspscc
37
65
* .vssscc
38
66
.builds
67
+ * .pidb
68
+ * .svclog
69
+ * .scc
70
+
71
+ # Chutzpah Test files
72
+ _Chutzpah *
39
73
40
74
# Visual C++ cache files
41
75
ipch /
42
76
* .aps
43
77
* .ncb
78
+ * .opendb
44
79
* .opensdf
45
80
* .sdf
81
+ * .cachefile
46
82
47
83
# Visual Studio profiler
48
84
* .psess
49
85
* .vsp
50
86
* .vspx
87
+ * .sap
88
+
89
+ # TFS 2012 Local Workspace
90
+ $tf /
51
91
52
92
# Guidance Automation Toolkit
53
93
* .gpState
54
94
55
95
# ReSharper is a .NET coding add-in
56
- _ReSharper *
96
+ _ReSharper * /
97
+ * . [Rr ]e [Ss ]harper
98
+ * .DotSettings.user
99
+
100
+ # JustCode is a .NET coding add-in
101
+ .JustCode
102
+
103
+ # TeamCity is a build add-in
104
+ _TeamCity *
105
+
106
+ # DotCover is a Code Coverage Tool
107
+ * .dotCover
57
108
58
109
# NCrunch
59
- * .ncrunch *
110
+ _NCrunch_ *
60
111
. * crunch * .local.xml
112
+ nCrunchTemp_ *
113
+
114
+ # MightyMoose
115
+ * .mm. *
116
+ AutoTest.Net /
61
117
62
- # Installshield output folder
63
- [Ee ]xpress
118
+ # Web workbench (sass)
119
+ .sass-cache /
120
+
121
+ # Installshield output folder
122
+ [Ee ]xpress /
64
123
65
124
# DocProject is a documentation generator add-in
66
125
DocProject /buildhelp /
@@ -73,39 +132,105 @@ DocProject/Help/Html2
73
132
DocProject /Help /html
74
133
75
134
# Click-Once directory
76
- publish
135
+ publish /
77
136
78
137
# Publish Web Output
79
- * .Publish.xml
80
-
81
- # NuGet Packages Directory
82
- packages
83
-
84
- # NuGet package output
138
+ * . [Pp ]ublish.xml
139
+ * .azurePubxml
140
+ # TODO: Comment the next line if you want to checkin your web deploy settings
141
+ # but database connection strings (with potential passwords) will be unencrypted
142
+ * .pubxml
143
+ * .publishproj
144
+
145
+ # NuGet Packages
85
146
* .nupkg
86
-
87
- # Windows Azure Build Output
88
- csx
147
+ # The packages folder can be ignored because of Package Restore
148
+ ** /packages /*
149
+ # except build/, which is used as an MSBuild target.
150
+ ! ** /packages /build /
151
+ # Uncomment if necessary however generally it will be regenerated when needed
152
+ # !**/packages/repositories.config
153
+ # NuGet v3's project.json files produces more ignoreable files
154
+ * .nuget.props
155
+ * .nuget.targets
156
+
157
+ # Microsoft Azure Build Output
158
+ csx /
89
159
* .build.csdef
90
160
161
+ # Microsoft Azure Emulator
162
+ ecf /
163
+ rcf /
164
+
165
+ # Microsoft Azure ApplicationInsights config file
166
+ ApplicationInsights.config
167
+
91
168
# Windows Store app package directory
92
169
AppPackages /
170
+ BundleArtifacts /
171
+
172
+ # Visual Studio cache files
173
+ # files ending in .cache can be ignored
174
+ * . [Cc ]ache
175
+ # but keep track of directories ending in .cache
176
+ ! * . [Cc ]ache /
93
177
94
178
# Others
95
- [Bb ]in
96
- [Oo ]bj
97
- sql
98
- TestResults
99
- [Tt ]est [Rr ]esult *
100
- * .Cache
101
- ClientBin
102
- [Ss ]tyle [Cc ]op. *
179
+ ClientBin /
103
180
~$ *
181
+ * ~
104
182
* .dbmdl
105
- Generated_Code #added for RIA /Silverlight projects
106
-
107
- # Backup & report files from converting an old project file to a newer
108
- # Visual Studio version. Backup files are not needed, because we have git ;-)
183
+ * .dbproj.schemaview
184
+ * .pfx
185
+ * .publishsettings
186
+ node_modules /
187
+ orleans.codegen.cs
188
+
189
+ # RIA/Silverlight projects
190
+ Generated_Code /
191
+
192
+ # Backup & report files from converting an old project file
193
+ # to a newer Visual Studio version. Backup files are not needed,
194
+ # because we have git ;-)
109
195
_UpgradeReport_Files /
110
196
Backup * /
111
197
UpgradeLog * .XML
198
+ UpgradeLog * .htm
199
+
200
+ # SQL Server files
201
+ * .mdf
202
+ * .ldf
203
+
204
+ # Business Intelligence projects
205
+ * .rdl.data
206
+ * .bim.layout
207
+ * .bim_ * .settings
208
+
209
+ # Microsoft Fakes
210
+ FakesAssemblies /
211
+
212
+ # GhostDoc plugin setting file
213
+ * .GhostDoc.xml
214
+
215
+ # Node.js Tools for Visual Studio
216
+ .ntvs_analysis.dat
217
+
218
+ # Visual Studio 6 build log
219
+ * .plg
220
+
221
+ # Visual Studio 6 workspace options file
222
+ * .opt
223
+
224
+ # Visual Studio LightSwitch build output
225
+ ** /* .HTMLClient /GeneratedArtifacts
226
+ ** /* .DesktopClient /GeneratedArtifacts
227
+ ** /* .DesktopClient /ModelManifest.xml
228
+ ** /* .Server /GeneratedArtifacts
229
+ ** /* .Server /ModelManifest.xml
230
+ _Pvt_Extensions
231
+
232
+ # Paket dependency manager
233
+ .paket /paket.exe
234
+
235
+ # FAKE - F# Make
236
+ .fake /
0 commit comments