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 5
5
# Node.js tools
6
6
bower_components /
7
7
node_modules /
8
+ package-lock.json
8
9
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 /
14
12
15
13
# # Ignore Visual Studio temporary files, build results, and
16
14
# # files generated by popular Visual Studio add-ons.
17
15
18
16
# User-specific files
19
17
.vs /
20
18
.vscode /
19
+ .idea /
21
20
* .sln.docstates
22
21
* .suo
23
22
* .user
@@ -59,7 +58,8 @@ PublishProfiles/
59
58
60
59
# NuGet Packages
61
60
packages /
62
- nuget /
61
+ * .nupkg
62
+ * .snupkg
63
63
64
64
# Others
65
65
.build /
@@ -79,4 +79,10 @@ Backup*/
79
79
UpgradeLog.htm
80
80
UpgradeLog * .XML
81
81
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