Browse Source
Merge pull request #399 from 007revad/develop
Update .gitattributes
pull/401/head
Dave Russell
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.gitattributes
|
|
@ -28,7 +28,7 @@ |
|
|
*.mustache text |
|
|
*.mustache text |
|
|
*.tab text |
|
|
*.tab text |
|
|
*.tsv text |
|
|
*.tsv text |
|
|
*.txt text |
|
|
*.txt text eol=lf |
|
|
*.sql text |
|
|
*.sql text |
|
|
*.csv text eol=crlf |
|
|
*.csv text eol=crlf |
|
|
|
|
|
|
|
|
@ -105,4 +105,4 @@ |
|
|
|
|
|
|
|
|
.gitattributes export-ignore |
|
|
.gitattributes export-ignore |
|
|
.gitignore export-ignore |
|
|
.gitignore export-ignore |
|
|
.gitkeep export-ignore |
|
|
.gitkeep export-ignore |
|
|
|