We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea58b3 commit 008b38cCopy full SHA for 008b38c
.gitattributes
@@ -1,3 +1,4 @@
1
+# the following files will be excluded from releases
2
.gitattributes export-ignore
3
msautotest export-ignore
4
.gitignore export-ignore
@@ -19,3 +20,6 @@ install-msautotest.sh export-ignore
19
20
mapaxisorder.csv export-ignore
21
mapaxisorder.sh export-ignore
22
github_issue_no_activity_closer.py export-ignore
23
+
24
+# force LF line endings
25
+* text=auto eol=lf
0 commit comments