forked from infection/infection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (23 loc) · 852 Bytes
/
.gitattributes
File metadata and controls
25 lines (23 loc) · 852 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
*.php text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
# Directories and files we do not want to distribute
/.* export-ignore
/adr/ export-ignore
/build/ export-ignore
/devTools/ export-ignore
/tests/ export-ignore
/box.json.dist export-ignore
/codecov.yml export-ignore
/composer.lock export-ignore
/docker-compose.yml export-ignore
/infection.json5 export-ignore
/Makefile export-ignore
/phpunit.xml.dist export-ignore
/phpunit_autoreview.xml export-ignore
/psalm.xml export-ignore
/psalm-baseline.xml export-ignore
/rector.php export-ignore
/scoper.inc.php export-ignore
/setup_environment.sh export-ignore