-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
57 lines (41 loc) · 1.41 KB
/
.gitattributes
File metadata and controls
57 lines (41 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# modified from https://github.com/DecimalTurn/VBA-on-GitHub
# read the excellent writeup there!
# VBA code (bas, cls, frm) - prevent LF normalization
*.[bB][aA][sS] -text diff
*.[cC][lL][sS] -text diff
*.[fF][rR][mM] -text diff
# VBA UserForm (frx)
*.[fF][rR][xX] binary
# twinBASIC native class/module (twin) - prevent LF normalization
*.[tT][wW][iI][nN] -text diff linguist-language=VBA
# twinBASIC native form (tbform) - prevent LF normalization
*.[tT][bB][fF][oO][rR][mM] -text diff linguist-language=JSON
# twinBASIC resources (json, xml) - prevent LF normalization
*.[jJ][sS][oO][nN] -text diff
*.[xX][mM][lL] -text diff
# twinBASIC project (twinproj)
*.[tT][wW][iI][nN][pP][rR][oO][jJ] binary
# VBS - prevent LF normalization
*.[vV][bB][sS] -text diff linguist-language=VBScript
# Inno Setup (iss) - prevent LF normalization
*.[iI][sS][sS] -text diff
# Ini file - prevent LF normalization
*.[iI][nN][iI] -text diff
# Excel documents (xlam, xlsm)
*.[xX][lL][aA][mM] binary
*.[xX][lL][sS][mM] binary
# Access documents (accdb)
*.[aA][cC][cC][dD][bB] binary
# Word documents (rtf)
*.[rR][tT][fF] diff=astextplain
# Images (jpg, png, bmp, gif, ico)
*.[jJ][pP][gG] binary
*.[pP][nN][gG] binary
*.[bB][mM][pP] binary
*.[gG][iI][fF] binary
*.[iI][cC][oO] binary
# Executables (exe, dll)
*.[eE][xX][eE] binary
*.[dD][lL][lL] binary
# Other (pdf)
*.[pP][dD][fF] diff=astextplain