Skip to content

Commit 8b2407f

Browse files
committed
Changed a .gitignore file
1 parent f338d44 commit 8b2407f

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.gitignore

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@
55
# Node.js tools
66
bower_components/
77
node_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
6160
packages/
62-
nuget/
61+
*.nupkg
62+
*.snupkg
6363

6464
# Others
6565
.build/
@@ -79,4 +79,10 @@ Backup*/
7979
UpgradeLog.htm
8080
UpgradeLog*.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/

0 commit comments

Comments
 (0)