cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
main: .gitattributes · raw
1# Automatically normalize line endings for all text-based files
2# https://git-scm.com/docs/gitattributes#_end_of_line_conversion
3
4* text=auto
5
6# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
7
8# https://github.com/github/linguist/blob/master/README.md
9
10*.org linguist-language=Org
11
12# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
13
14/.git* export-ignore