Skip to content

Commit

Permalink
Update .gitattributes
Browse files Browse the repository at this point in the history
simplify
  • Loading branch information
epreston committed Nov 3, 2023
1 parent 5771ce8 commit 92a69ea
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,34 +1,15 @@
# Auto detect text files and perform LF normalization
* text=auto
* text=auto eol=lf

# Files to remove from language stats for this project
# *.css linguist-vendored
# *.scss linguist-vendored
# *.html linguist-vendored
# *.js linguist-vendored
# *.php linguist-vendored
# *.py linguist-vendored
CHANGELOG.md export-ignore
*.css linguist-vendored
*.html linguist-vendored
*.glsl linguist-vendored

CHANGELOG.md export-ignore
LICENSE eol=crlf

*.bat eol=crlf
*.cmd eol=crlf
*.ps1 eol=lf
*.sh eol=lf
*.rtf -text

# Binary file types.
*.webp binary
*.png binary
*.jpg binary
*.glb binary
*.fbx binary
*.wasm binary
*.basis binary
*.bin binary
*.dds binary
*.drc binary
*.mp3 binary
*.mp4 binary
*.gz binary

0 comments on commit 92a69ea

Please sign in to comment.