We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit e2968daCopy full SHA for e2968da
.gitattributes
@@ -0,0 +1,29 @@
1
+# Refer to:
2
+# https://help.github.com/articles/dealing-with-line-endings/
3
+
4
+* text eol=lf
5
+*.ini text eol=crlf
6
+*.dat binary
7
+*.exe binary
8
+*.gif binary
9
+*.gz binary
10
+*.jpeg binary
11
+*.jpg binary
12
+*.ole binary
13
+*.pdf binary
14
+*.png binary
15
+*.rar binary
16
+*.rtf binary
17
+*.swf binary
18
+*.tar binary
19
+*.xdp binary
20
+*.zip binary
21
22
23
+# https://github.com/github/linguist
24
25
+*.md linguist-documentation
26
+*.txt linguist-documentation
27
28
+.github/* -linguist-detectable
29
+tests/* -linguist-detectable
README.md
@@ -0,0 +1,3 @@
+### Prebuilt examples for phpMussel.
+(See ZIPs attached to the tags at this repository).
0 commit comments