Skip to content

Commit 8bf344f

Browse files
Update .gitattributes
1 parent 08288e8 commit 8bf344f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.gitattributes

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# Auto detect text files and perform LF normalization
2-
* text=auto
1+
# Path-based git attributes
2+
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
3+
4+
# Ignore all test and documentation with "export-ignore".
5+
/.editorconfig export-ignore
6+
/.gitattributes export-ignore
7+
/.github export-ignore
8+
/.gitignore export-ignore
9+
# /phpcs.xml.dist export-ignore
10+
# /phpstan.neon.dist export-ignore
11+
# /phpunit.xml.dist export-ignore
12+
# /psalm.xml export-ignore
13+
# /tests export-ignore

0 commit comments

Comments
 (0)