Skip to content

Commit dc57284

Browse files
git infrastructure
1 parent 62a536d commit dc57284

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.md linguist-detectable=true
2+
*.md linguist-documentation=false
3+
*.md diff=markdown

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.DS_Store
2+
.docc-build
3+
.swiftpm
4+
/.build
5+
/Package.resolved
6+
/Guide.docc/header.html
7+
/migration-guide

0 commit comments

Comments
 (0)