-
-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (28 loc) · 997 Bytes
/
.gitattributes
File metadata and controls
30 lines (28 loc) · 997 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
29
30
# Fix line endings for Windows
tempest text=auto eol=lf
bin/* text=auto eol=lf
packages/console/bin/tempest text=auto eol=lf
packages/console/src/Installers/tempest text=auto eol=lf
src/Tempest/Framework/Installers/tempest text=auto eol=lf
# Exclude build/test files from the release
/bin/ export-ignore
.github/ export-ignore
tests/ export-ignore
.gitattributes export-ignore
.gitignore export-ignore
monorepo-builder.php export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
phpstan-baseline.php export-ignore
phpunit.xml export-ignore
phpunit.xml.dist export-ignore
README.md export-ignore
rector.php export-ignore
cliff.toml export-ignore
.commitlintrc.json export-ignore
# Configure diff output
*.view.php diff=html
*.php diff=php
*.css diff=css
*.html diff=html
*.md diff=markdown