-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (23 loc) · 876 Bytes
/
Copy path.gitattributes
File metadata and controls
25 lines (23 loc) · 876 Bytes
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
# Codegen output — mark as generated to suppress diffs in UIs that honor linguist
impl/helixgitpx/gen/** linguist-generated=true
impl/helixgitpx/api/openapi/** linguist-generated=true
impl/helixgitpx-web/libs/proto/** linguist-generated=true
impl/helixgitpx-clients/shared/src/commonMain/kotlin/gen/** linguist-generated=true
impl/helixgitpx-clients/iosApp/Gen/** linguist-generated=true
# Normalize line endings
* text=auto eol=lf
*.sh text eol=lf
*.bat text eol=crlf
*.png binary
*.jpg binary
*.ico binary
*.pdf binary
*.zip binary
*.7z binary
*.epub binary
*.docx binary
*.mobi binary
# Docs archives are generated — suppress diff noise
docs/specifications/main/main_implementation_material/HelixGitpx.zip linguist-generated=true
docs/specifications/main/main_implementation_material/HelixGitpx.7z linguist-generated=true
docs/manuals/dist/** linguist-generated=true