Skip to content

Commit 5ecee56

Browse files
reedyTobion
andauthored
fix .gitattributes (#1039) (#1185)
* fix .gitattributes * travis got removed * phpunit files got changed Co-authored-by: Tobias Schultze <[email protected]>
1 parent f3e0336 commit 5ecee56

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.gitattributes

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Files to exclude when creating archive
2-
/tests export-ignore
2+
/.ci export-ignore
33
/.github export-ignore
4-
/.gitmodules export-ignore
4+
/tests export-ignore
5+
/util export-ignore
6+
/.gitattributes export-ignore
57
/.gitignore export-ignore
8+
/.gitmodules export-ignore
69
/.php_cs export-ignore
7-
/.travis.yml export-ignore
8-
/.phpstan-src.neon export-ignore
9-
/.phpstan-src-71.neon export-ignore
10-
/.phpstan-tests.neon export-ignore
11-
/phpunit-integration.xml export-ignore
12-
/phpunit.xml export-ignore
10+
/phpstan.neon export-ignore
11+
/phpunit-integration-tests.xml export-ignore
12+
/phpunit-yaml-free-tests.xml export-ignore
13+
/phpunit-yaml-platinum-tests.xml export-ignore
14+
/phpunit.xml.dist export-ignore
1315
/ruleset.xml export-ignore
14-
/travis export-ignore
15-
/util export-ignore

0 commit comments

Comments
 (0)