-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
22 lines (19 loc) · 830 Bytes
/
Copy path.gitattributes
File metadata and controls
22 lines (19 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Set all files to use LF for line endings
* text eol=lf
# Exclude dev files from Packagist, Composer, and git archives for leaner installs.
.editorconfig export-ignore
.gitattributes export-ignore
.github/** export-ignore
.gitignore export-ignore
docs/** export-ignore
logo.svg export-ignore
phpunit.xml.dist export-ignore
tests export-ignore
# Except the AI reference: coding assistants read vendor/itools/smartstring/ locally,
# and this one file teaches them the whole API.
docs/ai-reference.md -export-ignore
# And the benchmark: the performance page invites everyone to run it, so it
# ships in Composer installs too (the directory line un-prunes the path so the
# file rule below can apply).
.github/scripts -export-ignore
.github/scripts/speed-page-table.php -export-ignore