mirror of
https://github.com/rizsotto/Bear.git
synced 2026-05-28 00:20:45 +02:00
20 lines
318 B
Plaintext
20 lines
318 B
Plaintext
# Rust code
|
|
*.rs text eol=lf
|
|
*.toml text eol=lf
|
|
*.lock text eol=lf
|
|
|
|
# Misc scripting files
|
|
Makefile text eol=lf
|
|
*.mk text eol=lf
|
|
*.sh text eol=lf
|
|
|
|
# Human-readable files
|
|
*.md eol=lf
|
|
README.* text eol=lf
|
|
COPYING text eol=lf
|
|
*.txt text eol=lf
|
|
|
|
# Git configuration files
|
|
.gitignore text eol=lf
|
|
.gitattributes text eol=lf
|