11# # Ignore Visual Studio temporary files, build results, and
22# # files generated by popular Visual Studio add-ons.
33
4+ # Project specific files
5+ artifacts /
6+
47# User-specific files
58* .suo
69* .user
710* .sln.docstates
11+ * .ide
12+ Index.dat
13+ Storage.dat
814
915# Build results
1016[Dd ]ebug /
11- [Dd ]ebugPublic /
1217[Rr ]elease /
13- [Rr ]eleases /
1418x64 /
15- x86 /
16- build /
17- bld /
1819[Bb ]in /
1920[Oo ]bj /
2021
21- # Roslyn cache directories
22- * .ide /
22+ # Visual Studio 2015 cache/options directory
23+ .dotnet /
24+ .vs /
25+ .vscode /
26+
27+ # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
28+ ! packages /* /build /
2329
2430# MSTest test Results
2531[Tt ]est [Rr ]esult * /
2632[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
33+ * .TestResults.xml
3634
3735* _i.c
3836* _p.c
39- * _i.h
4037* .ilk
4138* .meta
4239* .obj
@@ -56,12 +53,9 @@ dlldata.c
5653* .vssscc
5754.builds
5855* .pidb
59- * .svclog
56+ * .log
6057* .scc
6158
62- # Chutzpah Test files
63- _Chutzpah *
64-
6559# Visual C++ cache files
6660ipch /
6761* .aps
@@ -75,19 +69,12 @@ ipch/
7569* .vsp
7670* .vspx
7771
78- # TFS 2012 Local Workspace
79- $tf /
80-
8172# Guidance Automation Toolkit
8273* .gpState
8374
8475# ReSharper is a .NET coding add-in
8576_ReSharper * /
8677* . [Rr ]e [Ss ]harper
87- * .DotSettings.user
88-
89- # JustCode is a .NET coding addin-in
90- .JustCode
9178
9279# TeamCity is a build add-in
9380_TeamCity *
@@ -96,16 +83,9 @@ _TeamCity*
9683* .dotCover
9784
9885# NCrunch
99- _NCrunch_ *
86+ * .ncrunch *
10087. * crunch * .local.xml
10188
102- # MightyMoose
103- * .mm. *
104- AutoTest.Net /
105-
106- # Web workbench (sass)
107- .sass-cache /
108-
10989# Installshield output folder
11090[Ee ]xpress /
11191
@@ -124,23 +104,14 @@ publish/
124104
125105# Publish Web Output
126106* . [Pp ]ublish.xml
127- * .azurePubxml
128- # TODO: Comment the next line if you want to checkin your web deploy settings
129- # but database connection strings (with potential passwords) will be unencrypted
130107* .pubxml
131- * .publishproj
132108
133- # NuGet Packages
134- * .nupkg
135- # The packages folder can be ignored because of Package Restore
136- /packages /*
137- # except build/, which is used as an MSBuild target.
138- ! ** /packages /build /
139- # If using the old MSBuild-Integrated Package Restore, uncomment this:
140- # !**/packages/repositories.config
109+ # NuGet Packages Directory
110+ # # TODO: If you have NuGet Package Restore enabled, uncomment the next line
111+ packages /
141112
142113# Windows Azure Build Output
143- csx /
114+ csx
144115* .build.csdef
145116
146117# Windows Store app package directory
@@ -151,33 +122,44 @@ sql/
151122* .Cache
152123ClientBin /
153124[Ss ]tyle [Cc ]op. *
125+ ! stylecop.json
154126~$ *
155127* ~
156128* .dbmdl
157- * .dbproj.schemaview
158129* .pfx
159130* .publishsettings
160131node_modules /
132+ bower_components /
133+ wwwroot /
134+ project.lock.json
161135
162136# RIA/Silverlight projects
163137Generated_Code /
164138
165- # Backup & report files from converting an old project file
166- # to a newer Visual Studio version. Backup files are not needed,
167- # because we have git ;-)
139+ # Backup & report files from converting an old project file to a newer
140+ # Visual Studio version. Backup files are not needed, because we have git ;-)
168141_UpgradeReport_Files /
169142Backup * /
170143UpgradeLog * .XML
171144UpgradeLog * .htm
172145
173146# SQL Server files
174- * .mdf
175- * .ldf
147+ App_Data /* .mdf
148+ App_Data /* .ldf
149+
150+ # =========================
151+ # Windows detritus
152+ # =========================
153+
154+ # Windows image file caches
155+ Thumbs.db
156+ ehthumbs.db
157+
158+ # Folder config file
159+ Desktop.ini
176160
177- # Business Intelligence projects
178- * .rdl.data
179- * .bim.layout
180- * .bim_ * .settings
161+ # Recycle Bin used on file shares
162+ $RECYCLE.BIN /
181163
182- # Microsoft Fakes
183- FakesAssemblies /
164+ # Mac crap
165+ .DS_Store
0 commit comments