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:
nako-ruru
2026-08-23 13:50:36 +08:00
committed by GitHub
parent b93e45a215
commit 3b2aadde8e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
*.sh text eol=lf
@@ -1,2 +1,3 @@
/build
/.tauri
/.gradle