Skip to content

Commit

Permalink
Add .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Dec 16, 2024
1 parent da33367 commit 24bd65a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
* text=auto eol=lf

*.blade.php diff=html
*.css diff=css
*.html diff=html
*.md diff=markdown
# better diffs https://php.watch/articles/composer-gitattributes#diff-php
*.php diff=php

/.github export-ignore
/resources export-ignore

*.css linguist-vendored
*.js linguist-vendored
*.php eol=lf
*.md text eol=lf

/composer.lock -merge

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary

0 comments on commit 24bd65a

Please sign in to comment.