Skip to content

Commit dd45bef

Browse files
committed
build: update changes in .git* files
Update latest changes in .gitattributes and .gitignore files. Closes #4
1 parent 9cd6446 commit dd45bef

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

.gitattributes

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
/resources export-ignore
1+
/.github export-ignore
22
/tests export-ignore
3+
/docs export-ignore
34
CHANGELOG.md export-ignore
4-
README.md export-ignore
5-
README-ES.md export-ignore
65
phpcs.xml export-ignore
76
phpunit.xml export-ignore
87
phpmd.xml export-ignore
9-
.travis.yml export-ignore
10-
.editorconfig export-ignore
8+
phpdoc.xml export-ignore
119
.gitattributes export-ignore
1210
.gitignore export-ignore
13-
.php_cs.dist export-ignore
14-
CONDUCT.md export-ignore
11+
.php-cs-fixer.dist.php export-ignore

.gitignore

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
.git*/
21
vendor/
3-
docs/*.pyc
4-
docs/_build
5-
build/artifacts/
2+
coverage/
3+
.vscode/
4+
docs/cache/
65
composer.phar
76
composer.lock
87
composer-test.lock
98
phpcbf-fixed.diff
10-
.idea
11-
.DS_STORE
12-
.php_cs.cache
9+
.php_cs.cache
10+
php-error-handler.code-workspace
11+
.repository.md
12+
.phpunit.result.cache
13+
coverage.xml

0 commit comments

Comments
 (0)