Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 837f14d

Browse files
committed
Proper gitattributes for develop changes
Do not export: - `doc/` directory - `Makefile` - `mkdocs.yml` - `phpcs.xml`
1 parent 9282e63 commit 837f14d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitattributes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
/doc export-ignore
12
/benchmarks export-ignore
23
/test export-ignore
34
/vendor export-ignore
45
.coveralls.yml export-ignore
56
.gitattributes export-ignore
67
.gitignore export-ignore
78
.travis.yml export-ignore
8-
.php_cs export-ignore
9+
Makefile export-ignore
10+
mkdocs.yml export-ignore
911
phpunit.xml.dist export-ignore
12+
phpcs.xml export-ignore

0 commit comments

Comments
 (0)