chore: add .gitattributes to fix cross-platform line endings

This commit is contained in:
2026-06-26 05:26:07 +08:00
parent 773639fd7c
commit f527c91c27
2 changed files with 18 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
@echo off
REM 姜十三论坛 Windows 快捷构建(双击或命令行均可)
REM Jiang13 Forum Windows build wrapper (double-click or run from cmd)
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0build.ps1" %*
exit /b %ERRORLEVEL%