1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-28 16:19:50 +02:00

Add .gitattributes files

This will exclude files we don't need in production like the `tests` folder for example.
This commit is contained in:
Vincent Klaiber
2015-12-21 09:40:41 +01:00
parent e6acb1609c
commit 201179de37

8
.gitattributes vendored Normal file
View File

@@ -0,0 +1,8 @@
* text=auto
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/README.md export-ignore