-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (23 loc) · 1.11 KB
/
Copy path.gitattributes
File metadata and controls
25 lines (23 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 테스트 픽스처·문서 바이너리 — CRLF 변환 금지.
# ASCII-only PDF(multipage_text.pdf)를 git 이 텍스트로 오판해 Windows CI
# 체크아웃에서 xref 오프셋이 깨졌다 ("Invalid file trailer", CI 28725604583).
*.pdf binary
*.hwp binary
*.hwpx binary
*.docx binary
*.xlsx binary
*.xls binary
*.png binary
*.ico binary
*.onnx binary
# 네이티브 라이브러리 — v3.4.4 부터 설치본 번들을 앱이 **직접 로드**한다
# (ORT_DYLIB_PATH / PDFIUM_DYLIB_PATH). 체크아웃 변환이 섞이면 곧장 기동 실패다.
# git 의 자동 바이너리 판정에 맡기지 않고 명시한다 (이슈 #35).
*.dll binary
*.dylib binary
*.so binary
# OCR 사전 — 순수 텍스트라 Windows 러너(autocrlf) 체크아웃에서 LF→CRLF 로 바뀐다.
# 그러면 번들본 SHA 가 model_downloader 의 OCR_DICT_KO_SHA256 과 영영 불일치해
# 매 부팅마다 삭제·재복사되고(= OCR 초기화와 레이스), 다운로드 검증 경로는 실패한다.
# 실측: 47,451 bytes(11,945줄) → Windows 설치본 59,396 bytes (이슈 #35).
src-tauri/resources/paddleocr/dict.txt binary