-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (29 loc) · 894 Bytes
/
Copy path.gitattributes
File metadata and controls
37 lines (29 loc) · 894 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
32
33
34
35
36
37
# =============================================================================
# Git Attributes for TKG-Installer
# =============================================================================
# Automatic line ending normalization
* text=auto
# Shell scripts always with LF (Unix line endings)
*.sh text eol=lf
*.bash text eol=lf
tkginstaller text eol=lf
install.sh text eol=lf
# Markdown files
*.md text eol=lf linguist-documentation
# Git configuration
.gitignore text eol=lf
.gitattributes text eol=lf
.github/FUNDING.yml text eol=lf
LICENSE text eol=lf
# Documentation
docs/* linguist-documentation
# Checksums
SHA256SUMS text eol=lf
# Language statistics for GitHub
# Mark main scripts as Shell
tkginstaller linguist-language=Shell
install.sh linguist-language=Shell
# Export behavior (for git archive)
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore