1
- /_ReSharper.uhttpsharp /
2
- /* .6.0.ReSharper.user
3
- /* .suo
4
- /packages /*
5
- * /bin /*
6
- * /obj /*
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
+ * .userosscache
8
+ * .sln.docstates
9
+
10
+ # User-specific files (MonoDevelop/Xamarin Studio)
11
+ * .userprefs
12
+
13
+ # Build results
14
+ [Dd ]ebug /
15
+ [Dd ]ebugPublic /
16
+ [Rr ]elease /
17
+ [Rr ]eleases /
18
+ x64 /
19
+ build /
20
+ bld /
21
+ [Bb ]in /
22
+ [Oo ]bj /
23
+
24
+ # Visual Studio 2015 cache/options directory
25
+ * .vs /
26
+
27
+ # Roslyn cache directories
28
+ * .ide /
29
+
30
+ # MSTest test Results
31
+ [Tt ]est [Rr ]esult * /
32
+ [Bb ]uild [Ll ]og. *
33
+
34
+ # NUnit
35
+ * .VisualState.xml
36
+ TestResult.xml
37
+
38
+ # Build Results of an ATL Project
39
+ [Dd ]ebugPS /
40
+ [Rr ]eleasePS /
41
+ dlldata.c
42
+
43
+ * _i.c
44
+ * _p.c
45
+ * .ilk
46
+ * .meta
47
+ * .obj
48
+ * .pch
49
+ * .pdb
50
+ * .pgc
51
+ * .pgd
52
+ * .rsp
53
+ * .sbr
54
+ * .tlb
55
+ * .tli
56
+ * .tlh
57
+ * .tmp
58
+ * .tmp_proj
59
+ * .log
60
+ * .vspscc
61
+ * .vssscc
62
+ .builds
63
+ * .pidb
64
+ * .log
65
+ * .scc
66
+
67
+ # Chutzpah Test files
68
+ _Chutzpah *
69
+
70
+ # Visual C++ cache files
71
+ ipch /
72
+ * .aps
73
+ * .ncb
74
+ * .opensdf
75
+ * .sdf
76
+ * .cachefile
77
+
78
+ # Visual Studio profiler
7
79
* .psess
8
80
* .vsp
9
- * .nupkg
81
+ * .vspx
82
+
83
+ # TFS 2012 Local Workspace
84
+ $tf /
85
+
86
+ # Guidance Automation Toolkit
87
+ * .gpState
88
+
89
+ # ReSharper is a .NET coding add-in
90
+ _ReSharper * /
91
+ * . [Rr ]e [Ss ]harper
92
+ * .DotSettings.user
93
+
94
+ # JustCode is a .NET coding addin-in
95
+ .JustCode
96
+
97
+ # TeamCity is a build add-in
98
+ _TeamCity *
99
+
100
+ # DotCover is a Code Coverage Tool
101
+ * .dotCover
102
+
103
+ # NCrunch
104
+ * .ncrunch *
105
+ . * crunch * .local.xml
106
+
107
+ # MightyMoose
108
+ * .mm. *
109
+ AutoTest.Net /
110
+
111
+ # Web workbench (sass)
112
+ .sass-cache /
113
+
114
+ # Installshield output folder
115
+ [Ee ]xpress /
116
+
117
+ # DocProject is a documentation generator add-in
118
+ DocProject /buildhelp /
119
+ DocProject /Help /* .HxT
120
+ DocProject /Help /* .HxC
121
+ DocProject /Help /* .hhc
122
+ DocProject /Help /* .hhk
123
+ DocProject /Help /* .hhp
124
+ DocProject /Help /Html2
125
+ DocProject /Help /html
126
+
127
+ # Click-Once directory
128
+ publish /
129
+
130
+ # Publish Web Output
131
+ * . [Pp ]ublish.xml
132
+ * .azurePubxml
133
+ # # TODO: Comment the next line if you want to checkin your
134
+ # # web deploy settings but do note that will include unencrypted
135
+ # # passwords
136
+ * .pubxml
137
+ * .publishproj
138
+
139
+ # NuGet Packages Directory
140
+ packages /*
141
+ * .nupkg
142
+
143
+ # # TODO: If the tool you use requires repositories.config
144
+ # # uncomment the next line
145
+ # !packages/repositories.config
146
+
147
+ # Enable "build/" folder in the NuGet Packages folder since
148
+ # NuGet packages use it for MSBuild targets.
149
+ # This line needs to be after the ignore of the build folder
150
+ # (and the packages folder if the line above has been uncommented)
151
+ ! packages /build /
152
+
153
+ # PVC Build packages (https://github.com/pvcbuild/pvc)
154
+ pvc-packages /*
155
+
156
+ # Windows Azure Build Output
157
+ csx
158
+ * .build.csdef
159
+
160
+ # Windows Store app package directory
161
+ AppPackages /
162
+
163
+ # Others
164
+ sql /
165
+ * .Cache
166
+ ClientBin /
167
+ [Ss ]tyle [Cc ]op. *
168
+ ~$ *
169
+ * ~
170
+ * .dbmdl
171
+ * .dbproj.schemaview
172
+ * . [Pp ]ublish.xml
173
+ * .pfx
174
+ * .publishsettings
175
+ node_modules /
176
+ bower_components /
177
+
178
+ # RIA/Silverlight projects
179
+ Generated_Code /
180
+
181
+ # Backup & report files from converting an old project file to a newer
182
+ # Visual Studio version. Backup files are not needed, because we have git ;-)
183
+ _UpgradeReport_Files /
184
+ Backup * /
185
+ UpgradeLog * .XML
186
+ UpgradeLog * .htm
187
+
188
+ # SQL Server files
189
+ App_Data /* .mdf
190
+ App_Data /* .ldf
191
+
192
+ # Business Intelligence projects
193
+ * .rdl.data
194
+ * .bim.layout
195
+ * .bim_ * .settings
196
+
197
+ # Microsoft Fakes
198
+ FakesAssemblies /
199
+
200
+ # Node.js Tools for Visual Studio
201
+ .ntvs_analysis.dat
202
+
203
+ # Visual Studio 6 build log
204
+ * .plg
205
+
206
+ # Visual Studio 6 workspace options file
207
+ * .opt
208
+
209
+ # Paket Package Manager Main exe
210
+ .paket /paket.exe
211
+
212
+ # =========================
213
+ # Windows detritus
214
+ # =========================
215
+
216
+ # Windows image file caches
217
+ Thumbs.db
218
+ ehthumbs.db
219
+
220
+ # Folder config file
221
+ Desktop.ini
222
+
223
+ # Recycle Bin used on file shares
224
+ $RECYCLE.BIN /
225
+
226
+ # Mac crap
227
+ .DS_Store
0 commit comments