Files
Tricky-Addon-Update-Target-…/.gitattributes
2025-02-07 14:48:41 +08:00

11 lines
293 B
Plaintext
Executable File

# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
*.prop text eol=lf
*.md text eol=lf
*.xml text eol=lf
*.json text eol=lf
.extra text eol=lf
META-INF/** text eol=lf
# Denote all files that are truly binary and should not be modified.
module/bin/**/** binary