blob: 3808cac89983e11d7b468a0e2cace41a4bb470b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Automatically normalize line endings for all text-based files
# https://git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# https://github.com/github/linguist/blob/master/README.md
*.conf linguist-language=Org
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
/.git* export-ignore
|