Skip to content

Commit 5321422

Browse files
Updated .gitignore and added .gitattributes
1 parent 017db84 commit 5321422

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitattributes

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

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
/vendor
2-
composer.phar
32
composer.lock
4-
.DS_Store

0 commit comments

Comments
 (0)