Skip to content

Commit

Permalink
chore: update .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Sep 10, 2024
1 parent 16a6593 commit c03d6d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
# Config/Serialisation
.editorconfig text
**/.editorconfig text
*.graphql text
*.ini text
*.properties text
*.json text
Expand All @@ -49,20 +50,25 @@


# Scripts
Dockerfile text eol=lf
*.Dockerfile text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.bash text eol=lf
*.fish text eol=lf
*.sh text eol=lf
*.zsh text eol=lf
*.dart text
*.hx text
*.lua text
*.php text
*.py text
*.python text
*.sql text
mvnw text eol=lf


# Archives
*.7z binary
*.gz binary
Expand Down Expand Up @@ -124,6 +130,8 @@ mvnw text eol=lf
*.htm text diff=html
*.html text diff=html
*.js text
*.ts text
*.vue text


# https://git-scm.com/docs/gitattributes#_export_ignore
Expand Down

0 comments on commit c03d6d5

Please sign in to comment.