1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-09 14:56:31 +02:00

Merge pull request #111 from lucasmichot/feature/master/gitattributes

Add a basic .gitattributes file and avoid some exports
This commit is contained in:
Daniel St. Jules
2015-12-20 14:51:11 -05:00

7
.gitattributes vendored Normal file
View File

@@ -0,0 +1,7 @@
* text=auto
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
phpunit.xml.dist export-ignore
tests export-ignore