forked from lutianyu2001/TIR-Learner
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattribute
More file actions
69 lines (55 loc) · 1.42 KB
/
.gitattribute
File metadata and controls
69 lines (55 loc) · 1.42 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
57
58
59
60
61
62
63
64
65
66
67
68
69
# .gitattribute
# Tianyu (Sky) Lu (tianyu@lu.fm)
# 2025-02-19
# Text files that should be normalized to LF
*.c text eol=lf diff=cpp
*.cpp text eol=lf diff=cpp
*.rs text eol=lf diff=rust
*.py text eol=lf diff=python
*.pl text eol=lf diff=perl
*.java text eol=lf diff=java
*.kt text eol=lf diff=kotlin
*.config text eol=lf
*.txt text eol=lf
*.md text eol=lf diff=markdown
*.markdown text eol=lf diff=markdown
*.tex text eol=lf diff=tex
*.html text eol=lf diff=html
*.css text eol=lf diff=css
*.sh text eol=lf diff=bash
*.ps1 text eol=lf
*.cmd text eol=lf
*.bat text eol=lf
*.sln text eol=lf
*.csproj text eol=lf
*.msbuild text eol=lf
# Binary files that should not be normalized or diffed
GitHub.Tests.Integration/Resources/* binary
# Pictures
*.png binary
*.jpg binary
*.gif binary
# Executables
*.pfx binary
*.snk binary
*.dll binary
*.exe binary
*.lib binary
*.exp binary
*.pdb binary
*.sdf binary
# Compressed Files
*.zip binary
*.7z binary
*.gz binary
*.tar binary
# Miscellaneous Files
*.pdf binary
# Special Files
*.h5 binary
*.keras binary
*.onnx binary
*.pt binary
# Use git automatic line endings conversion for files not specified
# Add rules manually if you get CRLF <-> LF warnings
* text=auto