-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
28 lines (27 loc) · 1.7 KB
/
.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
* text=auto eol=lf
/.github export-ignore
/.release-it export-ignore
/dev export-ignore
/vendor-bin export-ignore
/docs export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.markdownlint.yaml export-ignore
/.markdownlint-cli2.yaml export-ignore
/composer.lock export-ignore
/composer-dependency-analyser.php export-ignore
/composer-require-checker.json export-ignore
/docker-compose.yaml export-ignore
/Dockerfile export-ignore
/metadata.json export-ignore
/monorepo-builder.php export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/phpcs.xml export-ignore
/phpstan.neon export-ignore
/phpstan-larastan.neon export-ignore
/phpstan-baseline.neon export-ignore
/phpstan-baseline-well-known.neon export-ignore
/phpunit.xml export-ignore
/*.md export-ignore