1
+ # # Ignore Visual Studio temporary files, build results, and
2
+ # # files generated by popular Visual Studio add-ons.
3
+
4
+ # Exclude custom test settings
5
+ TestSettings /* /TestSettings.xml
6
+
7
+ # User-specific files
8
+ * .suo
9
+ * .user
10
+ * .sln.docstates
11
+
12
+ # Build results
13
+ [Dd ]ebug /
14
+ [Dd ]ebugPublic /
15
+ [Rr ]elease /
16
+ x64 /
17
+ build /
18
+ bld /
19
+ [Bb ]in /
20
+ [Oo ]bj /
21
+
22
+ # Roslyn cache directories
23
+ * .ide /
24
+
25
+ # MSTest test Results
26
+ [Tt ]est [Rr ]esult * /
27
+ [Bb ]uild [Ll ]og. *
28
+
29
+ # NUNIT
30
+ * .VisualState.xml
31
+ TestResult.xml
32
+
33
+ # Build Results of an ATL Project
34
+ [Dd ]ebugPS /
35
+ [Rr ]eleasePS /
36
+ dlldata.c
37
+
38
+ * _i.c
39
+ * _p.c
40
+ * _i.h
41
+ * .ilk
42
+ * .meta
43
+ * .obj
44
+ * .pch
45
+ * .pdb
46
+ * .pgc
47
+ * .pgd
48
+ * .rsp
49
+ * .sbr
50
+ * .tlb
51
+ * .tli
52
+ * .tlh
53
+ * .tmp
54
+ * .tmp_proj
55
+ * .log
56
+ * .vspscc
57
+ * .vssscc
58
+ .builds
59
+ * .pidb
60
+ * .svclog
61
+ * .scc
62
+
63
+ # Chutzpah Test files
64
+ _Chutzpah *
65
+
66
+ # Visual C++ cache files
67
+ ipch /
68
+ * .aps
69
+ * .ncb
70
+ * .opensdf
71
+ * .sdf
72
+ * .cachefile
73
+
74
+ # Visual Studio profiler
75
+ * .psess
76
+ * .vsp
77
+ * .vspx
78
+
79
+ # TFS 2012 Local Workspace
80
+ $tf /
81
+
82
+ # Guidance Automation Toolkit
83
+ * .gpState
84
+
85
+ # ReSharper is a .NET coding add-in
86
+ _ReSharper * /
87
+ * . [Rr ]e [Ss ]harper
88
+ * .DotSettings.user
89
+
90
+ # JustCode is a .NET coding addin-in
91
+ .JustCode
92
+
93
+ # TeamCity is a build add-in
94
+ _TeamCity *
95
+
96
+ # DotCover is a Code Coverage Tool
97
+ * .dotCover
98
+
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
+ # # TODO: Comment the next line if you want to checkin your
130
+ # # web deploy settings but do note that will include unencrypted
131
+ # # passwords
132
+ # *.pubxml
133
+
134
+ # NuGet Packages Directory
135
+ packages /*
136
+ # # TODO: If the tool you use requires repositories.config
137
+ # # uncomment the next line
138
+ # !packages/repositories.config
139
+
140
+ # Enable "build/" folder in the NuGet Packages folder since
141
+ # NuGet packages use it for MSBuild targets.
142
+ # This line needs to be after the ignore of the build folder
143
+ # (and the packages folder if the line above has been uncommented)
144
+ ! packages /build /
145
+
146
+ # Windows Azure Build Output
147
+ csx /
148
+ * .build.csdef
149
+
150
+ # Windows Store app package directory
151
+ AppPackages /
152
+
153
+ # Others
154
+ # sql/ # It is in the default list, but we actually have such folder with source code
155
+ * .Cache
156
+ ClientBin /
157
+ [Ss ]tyle [Cc ]op. *
158
+ ~$ *
159
+ * ~
160
+ * .dbmdl
161
+ * .dbproj.schemaview
162
+ * .pfx
163
+ * .publishsettings
164
+ node_modules /
165
+
166
+ # RIA/Silverlight projects
167
+ Generated_Code /
168
+
169
+ # Backup & report files from converting an old project file
170
+ # to a newer Visual Studio version. Backup files are not needed,
171
+ # because we have git ;-)
172
+ _UpgradeReport_Files /
173
+ Backup * /
174
+ UpgradeLog * .XML
175
+ UpgradeLog * .htm
176
+
177
+ # SQL Server files
178
+ * .mdf
179
+ * .ldf
180
+
181
+ # Business Intelligence projects
182
+ * .rdl.data
183
+ * .bim.layout
184
+ * .bim_ * .settings
185
+
186
+ # Microsoft Fakes
187
+ FakesAssemblies /
188
+
189
+ # LightSwitch generated files
190
+ GeneratedArtifacts /
191
+ _Pvt_Extensions /
192
+ ModelManifest.xml
193
+
194
+ # Visual Studio data
195
+ .vs /
0 commit comments