Skip to content

Commit

Permalink
Create .gitattributes
Browse files Browse the repository at this point in the history
Export-ignore needs for optimizing the traffic when it package downloads via composer. Next files and directories will be ignored and will not download.
  • Loading branch information
KartaviK authored and OndraM committed Nov 29, 2020
1 parent 2628812 commit f5af74a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
@@ -0,0 +1,11 @@
/.github export-ignore
/logs export-ignore
/src-tests export-ignore
/tests export-ignore
/.appveyor.yml export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-
/easy-coding-standard.yaml export-ignore
/phpstan.neon export-ignore

0 comments on commit f5af74a

Please sign in to comment.