Skip to content

Commit

Permalink
Create .gitattributes for better dist export (repman-io#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas authored Jul 24, 2020
1 parent ce33aef commit aec3462
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
* text=auto

/ansible export-ignore
/bin/coverage-checker export-ignore
/docker export-ignore
/tests export-ignore
/.codecov.yml export-ignore
/.dockerignore export-ignore
/.env.docker export-ignore
/.env.test export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs.dist export-ignore
/buddy.yml export-ignore
/docker-compose.yml export-ignore
/Dockerfile export-ignore
/phpstan.neon export-ignore
/phpunit.xml.dist export-ignore

0 comments on commit aec3462

Please sign in to comment.