diff --git a/.gitattributes b/.gitattributes index 07764a7..92e8a0e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,15 @@ -* text eol=lf \ No newline at end of file +* text eol=lf + +.git export-ignore +.gitignore export-ignore +.gitattributes export-ignore +.idea/ export-ignore +assets/ export-ignore +test/ export-ignore +CONTRIBUTING.md export-ignore +Gruntfile.js export-ignore +README.md export-ignore +composer.json export-ignore +package.json export-ignore +phpunit.xml.dist export-ignore +.travis.yml export-ignore