Skip to content

Commit 2cad2b4

Browse files
committed
build: update changes in .git* files
Update latest changes in .gitattributes and .gitignore files.
1 parent dfbc0ed commit 2cad2b4

File tree

4 files changed

+8
-144
lines changed

4 files changed

+8
-144
lines changed

.editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

.gitattributes

Lines changed: 2 additions & 5 deletions
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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
.git*/
21
vendor/
3-
docs/*.pyc
4-
docs/_build
5-
build/artifacts/
2+
.vscode/
63
composer.phar
74
composer.lock
85
composer-test.lock
96
phpcbf-fixed.diff
10-
.idea
11-
.DS_STORE
12-
.php_cs.cache
7+
.php_cs.cache
8+
php-json.code-workspace
9+
.repository.md
10+
.phpunit.result.cache
11+
coverage.xml

.php_cs.dist

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)