Skip to content

Commit

Permalink
Add gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbairwell committed Aug 29, 2019
1 parent 2d51155 commit 0abab7a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .gitattributes
bin/ export-ignore
data/ export-ignore
qa/ export-ignore
tests/ export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.php_cs.cache export-ignore
.phpunit.result.cache export-ignore
composer.lock export-ignore
phpcs.xml export-ignore
phpstan.neon export-ignore
phpunit.xml export-ignore
# Auto detect text files and perform LF normalization
* text=true

0 comments on commit 0abab7a

Please sign in to comment.