Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 76f9927

Browse files
committed
Updated .gitattributes and .gitignore - natsort
1 parent b3a7ba5 commit 76f9927

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.gitattributes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/docs export-ignore
2-
/test export-ignore
31
/.coveralls.yml export-ignore
42
/.docheader export-ignore
53
/.gitattributes export-ignore
64
/.gitignore export-ignore
75
/.travis.yml export-ignore
86
/composer.lock export-ignore
7+
/docs/ export-ignore
98
/phpcs.xml export-ignore
109
/phpunit.xml.dist export-ignore
10+
/test/ export-ignore

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vendor/
2-
clover.xml
3-
coveralls-upload.json
4-
phpunit.xml
1+
/clover.xml
2+
/coveralls-upload.json
3+
/phpunit.xml
4+
/vendor/

0 commit comments

Comments
 (0)