Skip to content

Commit

Permalink
chore: better gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Feb 4, 2024
1 parent 65994d9 commit 8ae31e8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Properly detect languages on Github.
*.gd linguist-language=GDScript

# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
*.gd linguist-language=GDScript

# The above only works properly for Git 2.10+, so for older versions
# we need to manually list the binary files we don't want modified.
*.mp3 binary
*.png binary
*.hdr binary

0 comments on commit 8ae31e8

Please sign in to comment.