# Auto detect text files and perform LF normalization * text=auto # Rust source files *.rs text diff=rust # Cargo files Cargo.toml text diff=toml Cargo.lock text diff=toml # Shell scripts *.sh text eol=lf # Windows scripts *.bat text eol=crlf *.cmd text eol=crlf *.ps1 text eol=crlf # Documentation *.md text diff=markdown *.txt text # Archives *.gz binary *.zip binary *.tar binary *.7z binary # Images *.png binary *.jpg binary *.jpeg binary *.gif binary *.ico binary *.svg text # Test fixtures .gitkeep text tests/fixtures/mock-android-sdk/platform-tools/adb binary # Fonts *.ttf binary *.otf binary *.woff binary *.woff2 binary