We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.gitignore
1 parent c848af9 commit 6090bc7Copy full SHA for 6090bc7
.gitignore
@@ -2,15 +2,23 @@
2
[Bb]in/
3
[Oo]bj/
4
5
+# Node.js tools
6
+node_modules/
7
+package-lock.json
8
+
9
# NUnit test results
10
TestResult.xml
11
12
+# BenchmarkDotNet artifacts
13
+BenchmarkDotNet.Artifacts/
14
15
## Ignore Visual Studio temporary files, build results, and
16
## files generated by popular Visual Studio add-ons.
17
18
# User-specific files
19
.vs/
20
.vscode/
21
+.idea/
22
*.sln.docstates
23
*.suo
24
*.user
@@ -53,6 +61,7 @@ PublishProfiles/
53
61
# NuGet Packages
54
62
packages/
55
63
*.nupkg
64
+*.snupkg
56
65
57
66
# Others
58
67
.build/
@@ -70,4 +79,8 @@ packages/
70
79
_UpgradeReport_Files/
71
80
Backup*/
72
81
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