瀏覽代碼

Merge branch '2db12bde18f7ca334307830ad87f602f8c231562' into gitattributes

Suki 11 年之前
父節點
當前提交
ade48a99da
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      .gitattributes

+ 12 - 0
.gitattributes

@@ -0,0 +1,12 @@
+# Force our line endings to be LF, even for Windows
+* text
+
+# Set certain files to be binary
+*.png binary
+*.jpg binary
+*.gif binary
+*.tgz binary
+*.zip binary
+*.tar.gz binary
+
+