Skip to content

Commit 573a623

Browse files
committed
Updates git configs
1 parent 238eec2 commit 573a623

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.gitattributes

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/tests export-ignore
2-
/.editorconfig export-ignore
3-
/.gitattributes export-ignore
4-
/.gitignore export-ignore
5-
/.scrutinizer.yml export-ignore
6-
/.travis.yml export-ignore
7-
/CONTRIBUTING.md export-ignore
8-
/phpunit.xml.dist export-ignore
1+
tests/ export-ignore
2+
.editorconfig export-ignore
3+
.gitattributes export-ignore
4+
.gitignore export-ignore
5+
.scrutinizer.yml export-ignore
6+
.travis.yml export-ignore
7+
CONTRIBUTING.md export-ignore
8+
phpunit.xml.dist export-ignore

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/build
2-
/vendor
3-
/composer.lock
4-
/phpunit.xml
1+
build/
2+
vendor/
3+
composer.lock
4+
phpunit.xml

0 commit comments

Comments
 (0)