Skip to content

Commit 0d3b317

Browse files
Ignore .gitattributes and .gitignore for exports
1 parent 4767298 commit 0d3b317

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.gitattributes

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
/.docker export-ignore
2-
/.editorconfig export-ignore
32
/.github export-ignore
43
/.phive export-ignore
54
/.psalm export-ignore
6-
/.php_cs.dist export-ignore
75
/build export-ignore
8-
/build.xml export-ignore
9-
/phpunit.xml export-ignore
10-
/tests export-ignore
116
/tools export-ignore
127
/tools/* binary
8+
/tests export-ignore
9+
/.editorconfig export-ignore
10+
/.gitattributes export-ignore
11+
/.gitignore export-ignore
12+
/.php_cs.dist export-ignore
13+
/build.xml export-ignore
14+
/phpunit.xml export-ignore
1315

1416
*.php diff=php

0 commit comments

Comments
 (0)