-
Notifications
You must be signed in to change notification settings - Fork 297
/
.gitattributes
30 lines (23 loc) · 994 Bytes
/
.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
# Automatically normalize line endings for all text-based files.
#
# https://git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Exclude the following files when generating an archive
#
# https://git-scm.com/book/en/Customizing-Git-Git-Attributes#Exporting-Your-Repository
.editorconfig export-ignore
.gitattributes export-ignore
.github export-ignore
scripts export-ignore
src/vim/vim/pack/* export-ignore
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Override the language definitions for the following files to
# ensure that GitHub not only correctly syntax highlights them
# but also generates better language statistics.
#
# https://github.com/github/linguist
src/git/gitattributes linguist-language=gitattributes
src/git/gitconfig linguist-language=gitconfig
src/git/gitignore linguist-language=gitignore
src/tmux/tmux.conf linguist-language=sh