OSDN Git Service

import from Mercurial repository. (https://hg.osdn.net/view/jovsonz/Jovsonz)
[jovsonz/Jovsonz.git] / .gitattributes
diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..1a798b9
--- /dev/null
@@ -0,0 +1,23 @@
+### Git attributes  https://git-scm.com/docs/gitattributes
+
+* text=auto
+
+*.java text diff=java
+
+*.xml text eol=lf
+*.properties text eol=lf
+
+*.txt text
+*.md text
+*.yml text
+
+*.html text
+*.css text
+*.js text
+
+*.gif binary
+*.png binary
+*.jpeg binary
+*.jpg binary
+
+### EOF ###