forked from Akegarasu/lora-scripts
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (16 loc) · 892 Bytes
/
Copy path.gitattributes
File metadata and controls
18 lines (16 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*.ps1 text eol=crlf
*.bat text eol=crlf
# Old bootstrap versions copy GitHub raw bytes directly into cmd.exe launchers.
# Keep these download targets CRLF in Git itself, not just in checkouts.
build-scripts/templates/Update-Next-Trainer.bat -text whitespace=cr-at-eol
build-scripts/templates/Update-Next-Trainer-Release.bat -text whitespace=cr-at-eol
build-scripts/templates/Fix-Portable-Bats.bat -text whitespace=cr-at-eol
scripts/portable/sync_portable_root_launchers.bat -text whitespace=cr-at-eol
scripts/portable/templates/Update-Next-Trainer.bat -text whitespace=cr-at-eol
scripts/portable/templates/Update-Next-Trainer-Release.bat -text whitespace=cr-at-eol
frontend/dist/**/*.html text eol=lf
frontend/dist/**/*.js text eol=lf
frontend/dist/**/*.css text eol=lf
frontend/index.html text eol=lf
# WSL/bash scripts stay LF (see agent-assets/.gitattributes same rule)
*.sh text eol=lf