Skip to content

Commit 80bb790

Browse files
committedJun 21, 2022
build: update changes in .git* files
Update latest changes in .gitattributes and .gitignore files. #10
1 parent 88bc895 commit 80bb790

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed
 

‎.gitattributes

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1+
/.github export-ignore
12
/tests export-ignore
23
CHANGELOG.md export-ignore
34
README.md export-ignore
4-
README-ES.md export-ignore
55
phpcs.xml export-ignore
66
phpunit.xml export-ignore
77
phpmd.xml export-ignore
8-
.travis.yml export-ignore
9-
.editorconfig export-ignore
108
.gitattributes export-ignore
119
.gitignore export-ignore
12-
.php_cs.dist export-ignore
13-
CONDUCT.md export-ignore
10+
.php-cs-fixer.dist.php export-ignore

‎.gitignore

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

0 commit comments

Comments
 (0)
Please sign in to comment.