Skip to content

Commit e2968da

Browse files
committed
v3.0.0-alpha1 (Core+Web only)
0 parents  commit e2968da

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

.gitattributes

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
# Refer to:
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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### Prebuilt examples for phpMussel.
2+
3+
(See ZIPs attached to the tags at this repository).

0 commit comments

Comments
 (0)