Files
sbox-public/.gitattributes
Lorenz Junglas 8dbcd83bbe Refactor the public repo sync (#3444)
* Refactor sync script

Use single filter repo call
Use globs instead of python madness
Ensure shallow clone is clean before working on it

* Add dry run option to sync script
* Add public gitattributes
2025-11-25 14:40:57 +01:00

17 lines
525 B
Plaintext

# Auto detect text files
* text=auto
# Anything under game (content) force crlf for consistent content hashes
game/** text=auto eol=crlf
# Except c# files, auto that
game/**/*.cs text=auto
#
# GitHub linguist overrides (https://github.com/github-linguist/linguist/blob/main/docs/overrides.md)
# Lets GitHub know the proper languages, what code is generated, third party, etc. for better stats/diffs
#
*.h linguist-language=C++
*.shader linguist-language=HLSL
*.fxc linguist-language=HLSL
src/thirdparty/* linguist-vendored