-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
28 lines (25 loc) · 668 Bytes
/
.gitattributes
File metadata and controls
28 lines (25 loc) · 668 Bytes
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
# (c) Sergei Shilko <contact@sshilko.com>
#
# MIT License
#
# For the full copyright and license information, please view the LICENSE
# file that was distributed with this source code.
# @license https://opensource.org/licenses/mit-license.php MIT
/vendor export-ignore
/build export-ignore
/test export-ignore
/examples export-ignore
/.github export-ignore
/.editorconfig export-ignore
/.env export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/composer.lock export-ignore
CODE_OF_CONDUCT export-ignore
DCO export-ignore
AUTHORS export-ignore
CONTRIBUTING export-ignore
AUTHORS export-ignore
CITATION export-ignore
* text=false
*.php text eol=lf