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.
1 parent c52755a commit a442754Copy full SHA for a442754
.gitattributes
@@ -1,6 +1,11 @@
1
# linguist overrides
2
-*.sql linguist-language=TSQL
3
-*.sql diff
+*.sql linguist-language=TSQL
+*.sql diff
4
+
5
+# exclude from releases
6
+.* export-ignore
7
+/tests export-ignore
8
+/appveyor export-ignore
9
10
# line endings for code coverage files
-appveyor/sqlcover/* text eol=lf
11
+appveyor/sqlcover/* text eol=lf
0 commit comments