1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-30 18:27:36 +01:00
intervention_image/.gitattributes
Vincent Klaiber 201179de37 Add .gitattributes files
This will exclude files we don't need in production like the `tests` folder for example.
2015-12-21 09:40:41 +01:00

9 lines
169 B
Plaintext

* text=auto
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/README.md export-ignore