-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathjingle.gitattributes
51 lines (41 loc) · 945 Bytes
/
jingle.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
*.go -text diff=golang
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyc text diff=python
*.pyd text diff=python
*.pyo text diff=python
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary
*.pyd binary
*.pyo binary
# Jupyter notebook
*.ipynb text
*.java text diff=java
*.gradle text diff=java
*.gradle.kts text diff=java
*.css text diff=css
*.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
*.class binary
*.dll binary
*.ear binary
*.jar binary
*.so binary
*.war binary