We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit cc0c681Copy full SHA for cc0c681
.gitattributes
@@ -0,0 +1,2 @@
1
+* text=auto eol=lf
2
+*.csproj text=auto eol=crlf
.gitignore
@@ -0,0 +1,25 @@
+# ignore output folders
+BenchmarkDotNet.Artifacts/
3
+bin/
4
+build/
5
+obj/
6
+packages/
7
+
8
+# ignore user-specific options/cache files
9
+project.lock.json
10
+_ReSharper.*
11
+TestResult.xml
12
+Thumbs.db
13
+*.csproj.user
14
+*.DotSettings.user
15
+.idea
16
+*.ncrunchproject
17
+*.ncrunchproject.user
18
+*.ncrunchsolution
19
+*.ncrunchsolution.user
20
+*.[Rr]e[Ss]harper.user
21
+*.sln.cache
22
+*.suo
23
+.vs/
24
+*.xproj.user
25
+.vscode/
0 commit comments