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:
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal 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
|
Reference in New Issue
Block a user