Skip to content

Commit a442754

Browse files
committed
ignore unnecessary files in releases
1 parent c52755a commit a442754

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.gitattributes

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# linguist overrides
2-
*.sql linguist-language=TSQL
3-
*.sql diff
2+
*.sql linguist-language=TSQL
3+
*.sql diff
4+
5+
# exclude from releases
6+
.* export-ignore
7+
/tests export-ignore
8+
/appveyor export-ignore
49

510
# line endings for code coverage files
6-
appveyor/sqlcover/* text eol=lf
11+
appveyor/sqlcover/* text eol=lf

0 commit comments

Comments
 (0)