File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 55# Node.js tools
66bower_components /
77node_modules /
8+ package-lock.json
89
9- # Client side components
10- ** /JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4 /lib /
11- ** /scripts /build /
12- ** /styles /build /
13- ** /wwwroot /lib /
10+ # BenchmarkDotNet artifacts
11+ BenchmarkDotNet.Artifacts /
1412
1513# # Ignore Visual Studio temporary files, build results, and
1614# # files generated by popular Visual Studio add-ons.
1715
1816# User-specific files
1917.vs /
2018.vscode /
19+ .idea /
2120* .sln.docstates
2221* .suo
2322* .user
@@ -59,7 +58,8 @@ PublishProfiles/
5958
6059# NuGet Packages
6160packages /
62- nuget /
61+ * .nupkg
62+ * .snupkg
6363
6464# Others
6565.build /
@@ -79,4 +79,10 @@ Backup*/
7979UpgradeLog.htm
8080UpgradeLog * .XML
8181
82- .idea
82+ # Current project-specific folders and files
83+ nuget /
84+ ** /JavaScriptEngineSwitcher.Benchmarks /Files /template-rendering /lib /* .min.js
85+ ** /JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4 /lib /
86+ ** /scripts /build /
87+ ** /styles /build /
88+ ** /wwwroot /lib /
You can’t perform that action at this time.
0 commit comments