소스 검색

Add .gitattributes

Normalize line endings to auto
Ensure that some file extensions are treated as binary

Closes gh-9727
Marcus Hert da Coregio 4 년 전
부모
커밋
6b3f8cfe4e
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      .gitattributes

+ 10 - 0
.gitattributes

@@ -0,0 +1,10 @@
+# Normalize line endings to auto.
+* text auto
+
+# Ensure the following are treated as binary.
+*.cer      binary
+*.jar      binary
+*.jpeg     binary
+*.jpg      binary
+*.keystore binary
+*.png      binary