-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitattributes
31 lines (31 loc) · 963 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Auto detect text files and perform LF normalization
* text=auto
*.php text eol=lf
/examples export-ignore
/include export-ignore
/tests export-ignore
/.github export-ignore
/.vscode export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/appveyor.yml export-ignore
/CHANGELOG.md export-ignore
/README.md export-ignore
/_config.yml export-ignore
/phpunit.xml.dist export-ignore
/favicon.ico export-ignore
/index.html export-ignore
/index.php export-ignore
/php.png export-ignore
/test.php export-ignore
/codecov.yml export-ignore
/composer.lock export-ignore
/.cdef export-ignore
/php-src-php-* export-ignore
/cmd export-ignore
/test_thread.php export-ignore
/*skeleton.php export-ignore
/*.skeleton export-ignore
/*skeleton* export-ignore
/.ci export-ignore