Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit a5badbc

Browse files
committed
Adding .gitattributes
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent bb31566 commit a5badbc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/.ci/ export-ignore
2+
/.coveralls.yml export-ignore
3+
/.gitattributes export-ignore
4+
/.github/ export-ignore
5+
/.gitignore export-ignore
6+
/docs/ export-ignore
7+
/mkdocs.yml export-ignore
8+
/phpcs.xml export-ignore
9+
/phpstan.neon.dist export-ignore
10+
/phpunit.xml.dist export-ignore
11+
/.laminas-ci.json export-ignore
12+
/test/ export-ignore
13+
/vagrantfile export-ignore
14+
/Dockerfile export-ignore
15+
/renovate.json export-ignore
16+
# Force our line endings to be LF, even for Windows
17+
* text eol=lf

0 commit comments

Comments
 (0)