forked from phpactor/phpactor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
22 lines (21 loc) · 885 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Handle line endings automatically for files detected as text and leave all
# files detected as binary untouched.
* text=auto
# Files and directories with the attribute export-ignore won’t be added to
# archive files. See http://git-scm.com/docs/gitattributes for details.
.gitattributes export-ignore
.gitignore export-ignore
/*.neon export-ignore
/.github export-ignore
/.php-cs-fixer.dist.php export-ignore
/Makefile export-ignore
/box.json export-ignore
/doc/ export-ignore
/docker-compose.yml export-ignore
/docker/ export-ignore
/flake.* export-ignore
/lib/**/Tests/ export-ignore
/phpbench.json export-ignore
/phpunit.xml.dist export-ignore
/test.php export-ignore
/tests/ export-ignore