Skip to content

Commit 5bd95b4

Browse files
committed
set sh files as executable
1 parent 279c51c commit 5bd95b4

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

.gitattributes

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*.DOCX diff=astextplain
1616
*.dot diff=astextplain
1717
*.DOT diff=astextplain
18+
*.epub diff=astextplain
1819
*.pdf diff=astextplain
1920
*.PDF diff=astextplain
2021
*.rtf diff=astextplain
@@ -25,15 +26,11 @@
2526
*.adoc text
2627
*.textile text
2728
*.mustache text
28-
*.csv text eol=crlf
2929
*.tab text
3030
*.tsv text
3131
*.txt text
3232
*.sql text
33-
*.epub diff=astextplain
34-
*.dsc text eol=crlf
35-
*.dsp text eol=crlf
36-
*.ini text eol=crlf
33+
*.csv text eol=crlf
3734

3835
# Graphics
3936
*.png binary
@@ -43,24 +40,34 @@
4340
*.tif binary
4441
*.tiff binary
4542
*.ico binary
43+
*.eps binary
4644
# SVG treated as text by default.
4745
*.svg text
4846
# If you want to treat it as binary,
4947
# use the following line instead.
5048
# *.svg binary
51-
*.eps binary
5249

5350
# Scripts
5451
*.bash text eol=lf
5552
*.fish text eol=lf
5653
*.ksh text eol=lf
54+
*.py text eol=lf
55+
*.php text eol=lf
5756
*.sh text eol=lf
5857
*.zsh text eol=lf
5958
# These are explicitly windows files and should use crlf
6059
*.bat text eol=crlf
6160
*.cmd text eol=crlf
6261
*.ps1 text eol=crlf
6362

63+
# Visual Dialog Script
64+
*.dsc text eol=crlf
65+
*.dsp text eol=crlf
66+
67+
# Config files
68+
*.ini text eol=crlf
69+
*.conf text eol=lf
70+
6471
# Serialisation
6572
*.json text
6673
*.toml text

0 commit comments

Comments
 (0)