Skip to content

Commit 6090bc7

Browse files
committed
Changed a .gitignore file
1 parent c848af9 commit 6090bc7

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.gitignore

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22
[Bb]in/
33
[Oo]bj/
44

5+
# Node.js tools
6+
node_modules/
7+
package-lock.json
8+
59
# NUnit test results
610
TestResult.xml
711

12+
# BenchmarkDotNet artifacts
13+
BenchmarkDotNet.Artifacts/
14+
815
## Ignore Visual Studio temporary files, build results, and
916
## files generated by popular Visual Studio add-ons.
1017

1118
# User-specific files
1219
.vs/
1320
.vscode/
21+
.idea/
1422
*.sln.docstates
1523
*.suo
1624
*.user
@@ -53,6 +61,7 @@ PublishProfiles/
5361
# NuGet Packages
5462
packages/
5563
*.nupkg
64+
*.snupkg
5665

5766
# Others
5867
.build/
@@ -70,4 +79,8 @@ packages/
7079
_UpgradeReport_Files/
7180
Backup*/
7281
UpgradeLog.htm
73-
UpgradeLog*.XML
82+
UpgradeLog*.XML
83+
84+
# Current project-specific folders and files
85+
nuget/
86+
**/Resources/*.min.js

0 commit comments

Comments
 (0)