Skip to content

Commit 0de5cdc

Browse files
committed
Try new .gitattributes approach
1 parent 2300c97 commit 0de5cdc

File tree

1 file changed

+7
-15
lines changed

1 file changed

+7
-15
lines changed

.gitattributes

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
/.github/ export-ignore
2-
/generator/ export-ignore
3-
/stubs/ export-ignore
4-
/tests/ export-ignore
5-
/tools/ export-ignore
6-
/.gitattributes export-ignore
7-
/.gitignore export-ignore
8-
/.php-cs-fixer.dist.php export-ignore
9-
/composer-dependency-analyser.php export-ignore
10-
/composer.lock export-ignore
11-
/infection.json5.dist export-ignore
12-
/phpstan.dist.neon export-ignore
13-
/phpunit.xml.dist export-ignore
14-
/psalm.xml.dist export-ignore
15-
/rector.php export-ignore
1+
/* export-ignore
2+
/adr/* -export-ignore
3+
/src/* -export-ignore
4+
/CHANGELOG.md -export-ignore
5+
/composer.json -export-ignore
6+
/LICENSE -export-ignore
7+
/README.md -export-ignore

0 commit comments

Comments
 (0)