-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
60 lines (51 loc) · 1.05 KB
/
.gitattributes
File metadata and controls
60 lines (51 loc) · 1.05 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
# VASP DOS Plotter - Git Attributes
# Ensure consistent line endings
*.py text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.bat text eol=crlf
*.ps1 text eol=crlf
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.svg binary
*.eps binary
*.gif binary
*.bmp binary
*.tiff binary
# Data files
*.csv text eol=lf
*.dat text eol=lf
*.out text eol=lf
*.log text eol=lf
# VASP files
*.xml text eol=lf
*.vasp text eol=lf
*.cif text eol=lf
# Python files
*.py linguist-language=Python
*.pyw linguist-language=Python
# Documentation
*.md linguist-language=Markdown
*.rst linguist-language=reStructuredText
# Configuration files
*.ini text eol=lf
*.cfg text eol=lf
*.conf text eol=lf
*.json text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.toml text eol=lf
# Scripts
*.sh text eol=lf
*.bash text eol=lf
*.bat text eol=crlf
*.ps1 text eol=crlf
*.cmd text eol=crlf
# Ignore large files
*.tar.gz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.rar filter=lfs diff=lfs merge=lfs -text
*.7z filter=lfs diff=lfs merge=lfs -text