Skip to content

Commit 78bae27

Browse files
authored
Merge pull request #5 from jakzal/gitattributes-export-ignore
Ignore inessential files from git export
2 parents e00c9aa + 033b129 commit 78bae27

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/.gitattributes export-ignore
2+
/.github export-ignore
3+
/.gitignore export-ignore
4+
/.php_cs export-ignore
5+
/.travis.yml export-ignore
6+
/CODE_OF_CONDUCT.md export-ignore
7+
/CONTRIBUTING.md export-ignore
8+
/Makefile export-ignore
9+
/box.json.dist export-ignore
10+
/composer.json export-ignore
11+
/manifest.xml.in export-ignore
12+
/phpunit.xml.dist export-ignore
13+
/tests export-ignore
14+
/tools export-ignore

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@
2222
"psr-4": {
2323
"Zalas\\PHPUnit\\Globals\\Tests\\": "tests/"
2424
}
25+
},
26+
"extra": {
27+
"branch-alias": {
28+
"dev-master": "1.x-dev"
29+
}
2530
}
2631
}

0 commit comments

Comments
 (0)