forked from geoserver/geoserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
79 lines (76 loc) · 1.82 KB
/
.gitattributes
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Java sources
*.java text diff=java
*.kt text diff=java
*.groovy text diff=java
*.scala text diff=java
*.gradle text diff=java
*.gradle.kts text diff=java
# These files are text and should be normalized (Convert crlf => lf)
*.css text diff=css
*.scss text diff=css
*.sass text
*.df text
*.htm text diff=html
*.html text diff=html
*.js text
*.jsp text
*.jspf text
*.jspx text
*.properties text
*.tld text
*.tag text
*.tagx text
*.xml text
*.xsd text
*.sld text
*.csv text
*.jjt text
*.prj text
*.apt text
*.md text
*.pgw text
*.jgw text
*.txt text
*.rst text
*.ftl text
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary
*.dll binary
*.ear binary
*.jar binary
*.so binary
*.war binary
*.jks binary
*.shp binary
*.shx binary
*.dbf binary
*.qix binary
*.fix binary
*.tiff binary
*.tif binary
*.jpg binary
*.jpeg binary
*.png binary
*.zip binary
*.pdf binary
*.db binary
*.ecw binary
*.fgb binary
*.gif binary
*.gpkg binary
*.grb2 binary
*.grib2 binary
*.gz binary
*.img binary
*.jgrass binary
*.jp2 binary
*.mbtiles binary
*.msk binary
*.ovr binary
*.pbf binary
*.pdf binary
*.sid binary
*.tpk binary
*.ttf binary
*.wkb binary