mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-09-01 08:49:16 +00:00
chore: enforce LF for shell scripts and ignore Android .gradle cache (#2520)
Add a root .gitattributes pinning *.sh to LF so shell scripts stay executable after a checkout on Windows with autocrlf enabled; without it every .sh lands in the working tree as CRLF and fails when run under WSL/bash. Also ignore tauri-plugin-vpnservice/android/.gradle, which Gradle regenerates on every sync. Co-authored-by: bright <nako_ruru@sina.com>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
*.sh text eol=lf
|
||||
Reference in New Issue
Block a user