Skip to content

Commit cc0c681

Browse files
committed
Create repository.
0 parents  commit cc0c681

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto eol=lf
2+
*.csproj text=auto eol=crlf

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# ignore output folders
2+
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

Comments
 (0)