Skip to content

Commit d55694c

Browse files
authored
Merge pull request #11 from jakzal/gitattributes-export-ignore
Ingore inessential files from git export
2 parents e691a0c + 8374d3b commit d55694c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
/depfile.yml export-ignore
12+
/infection.json.dist export-ignore
13+
/manifest.xml.in export-ignore
14+
/phpunit.xml.dist export-ignore
15+
/tests export-ignore
16+
/tools export-ignore

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,10 @@
3131
"name": "Jakub Zalas",
3232
"email": "jakub@zalas.pl"
3333
}
34-
]
34+
],
35+
"extra": {
36+
"branch-alias": {
37+
"dev-master": "1.x-dev"
38+
}
39+
}
3540
}

0 commit comments

Comments
 (0)