-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (24 loc) · 610 Bytes
/
.gitattributes
File metadata and controls
31 lines (24 loc) · 610 Bytes
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
# Automatic line ending normalization
* text=auto
# Shell scripts always with LF (Unix line endings)
*.sh text eol=lf
*.bash text eol=lf
# Markdown files
*.md text eol=lf linguist-documentation
# Configuration files
*.yml text eol=lf
*.yaml text eol=lf
*.cfg text eol=lf
*.conf text eol=lf
# Git configuration
.gitignore text eol=lf
.gitattributes text eol=lf
# Documentation
docs/* linguist-documentation
README.md linguist-documentation
LICENSE text eol=lf
.github/FUNDING.yml text eol=lf
# Export behavior (for git archive)
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore