Bump peaceiris/actions-gh-pages from 3 to 4
[ilo.git] / .gitattributes
blobe4c2f585108484b5e470e3ecc0f88fbc9aaa749c
1 # SPDX-FileCopyrightText: The ilo Authors
2 # SPDX-License-Identifier: 0BSD
4 # Handle line endings automatically for files detected as text
5 # and leave all files detected as binary untouched.
6 * text=auto
9 # The above will handle all files NOT found below
11 # These files are text and should be normalized (Convert crlf => lf)
12 *.css           text
13 *.spec          text
14 *.rb            text
15 *.java          text
16 *.js            text
17 *.md            text
18 *.properties    text
19 *.txt           text
20 *.yml           text
21 *.html          text
22 *.xml           text
23 *.rc            text