diff options
| author | Christian Cleberg <[email protected]> | 2025-03-29 22:26:47 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-03-29 22:26:47 -0500 |
| commit | 1d0d996af43c848c88d6e6fca75fe1a7b2abe442 (patch) | |
| tree | 102f14955c4e917b5fd8484122fa525da337e37a | |
| parent | d396ab8f337af02d2239d0d5a3dcba26043ba4a4 (diff) | |
| download | cleberg.net-1d0d996af43c848c88d6e6fca75fe1a7b2abe442.tar.gz cleberg.net-1d0d996af43c848c88d6e6fca75fe1a7b2abe442.tar.bz2 cleberg.net-1d0d996af43c848c88d6e6fca75fe1a7b2abe442.zip | |
add .gitattributes
| -rw-r--r-- | .gitattributes | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3808cac --- /dev/null +++ b/.gitattributes @@ -0,0 +1,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 |
