Skip to content

Commit 6e38bec

Browse files
committed
minor #4718 Add .gitignore & .gitattributes to all .gitattributes (jmsche)
This PR was merged into the 3.x branch. Discussion ---------- Add .gitignore & .gitattributes to all .gitattributes Commits ------- ff327e4 Add .gitignore & .gitattributes to all .gitattributes
2 parents aa86356 + ff327e4 commit 6e38bec

File tree

9 files changed

+9
-3
lines changed

9 files changed

+9
-3
lines changed

.gitattributes

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
/.github/ export-ignore
21
/bin/ export-ignore
32
/doc/ export-ignore
43
/extra/ export-ignore
54
/tests/ export-ignore
65
/.editorconfig export-ignore
7-
/.gitattributes export-ignore
8-
/.gitignore export-ignore
6+
/.git* export-ignore
97
/.php-cs-fixer.dist.php export-ignore
108
/phpunit.xml.dist export-ignore
119
/phpstan.neon.dist export-ignore

extra/cache-extra/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/Tests export-ignore
2+
/.git* export-ignore
23
/phpunit.xml.dist export-ignore
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/Tests export-ignore
2+
/.git* export-ignore
23
/phpunit.xml.dist export-ignore

extra/html-extra/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/Tests export-ignore
2+
/.git* export-ignore
23
/phpunit.xml.dist export-ignore

extra/inky-extra/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/Tests export-ignore
2+
/.git* export-ignore
23
/phpunit.xml.dist export-ignore

extra/intl-extra/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/Tests export-ignore
2+
/.git* export-ignore
23
/phpunit.xml.dist export-ignore
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/Tests export-ignore
2+
/.git* export-ignore
23
/phpunit.xml.dist export-ignore

extra/string-extra/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/Tests export-ignore
2+
/.git* export-ignore
23
/phpunit.xml.dist export-ignore
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/Tests export-ignore
2+
/.git* export-ignore
23
/phpunit.xml.dist export-ignore

0 commit comments

Comments
 (0)