Skip to content

Commit 9caf304

Browse files
Tweaked git files
1 parent 68e7adc commit 9caf304

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.gitattributes

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

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
composer.phar
21
composer.lock
2+
phpunit.xml
33
vendor

0 commit comments

Comments
 (0)