Skip to content

Commit 42cc6e8

Browse files
committed
Exclude md files in the root other than LICENSE and README
1 parent 56d9918 commit 42cc6e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
.gitattributes export-ignore
33
/.github/ export-ignore
44
.gitignore export-ignore
5+
/*.md export-ignore
6+
/LICENSE.md -export-ignore
7+
/README.md -export-ignore
58
/docs/ export-ignore
69
/tests/ export-ignore
710
/vendor/ export-ignore

0 commit comments

Comments
 (0)