Skip to content

Commit e55bb1b

Browse files
sebastianbergmanntheseer
authored andcommitted
Configure directories and files that should not be added to archives
1 parent 5ecf0bb commit e55bb1b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/build export-ignore
2+
/tests export-ignore
3+
/tools export-ignore
4+
/.github export-ignore
5+
/.gitattributes export-ignore
6+
/.gitignore export-ignore
7+
/.php_cs.dist export-ignore
8+
/build.xml export-ignore
9+
/infection.json5 export-ignore
10+
/phive.xml export-ignore
11+
/.php-cs-fixer.dist.php export-ignore
12+
/phpstorm.xml export-ignore
13+
/phpunit.xml export-ignore
14+
/psalm.xml export-ignore

0 commit comments

Comments
 (0)