Skip to content

Commit 83d78cb

Browse files
committed
Add .* export-ignore to .gitattributes
Effectively adds .phan/ to .gitattributes export-ignore Change-Id: I394609fb5d7b9b981704077bcf4aa91aad7c9734
1 parent 269f67a commit 83d78cb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.gitattributes

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
.editorconfig export-ignore
2-
.gitattributes export-ignore
3-
.gitignore export-ignore
4-
.gitreview export-ignore
1+
.* export-ignore
52
Doxyfile export-ignore
63
composer.json export-ignore
7-
.phpcs.xml export-ignore
84
phpunit.xml.dist export-ignore
95
build/ export-ignore
106
tests/ export-ignore

0 commit comments

Comments
 (0)