-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
63 lines (60 loc) · 1.29 KB
/
.gitattributes
File metadata and controls
63 lines (60 loc) · 1.29 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Establecer comportamiento predeterminado: normalizar finales de línea
* text=auto
# Git LFS: solo los assets pesados de la RAÍZ (ej. assets/poni)
/assets/** filter=lfs diff=lfs merge=lfs -text
/assets/Win-Old/** !filter !diff !merge binary
# Normalizar finales de línea por tipo de archivo:
# - Scripts POSIX: LF
# - Configs, dotfiles y markdown: LF
# - Scripts de Windows: CRLF
*.sh text eol=lf
*.bash text eol=lf
*.zsh text eol=lf
*.fish text eol=lf
*.conf text eol=lf
*.properties text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.tmux.conf text eol=lf
*.twmrc text eol=lf
*.xresources text eol=lf
*.xinitrc text eol=lf
*.xmodmap text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.ps1 text eol=crlf
*.bat text eol=crlf
.* text eol=lf
grub text eol=lf
.gitignore text eol=lf
.gitattributes text eol=lf
*.rules text eol=lf
*.toml text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.vim text eol=lf
*rc text eol=lf
kateconfig text eol=lf
*.el text eol=lf
.xcolors/* text eol=lf
pop-zram text eol=lf
*.py text eol=lf
*.* text eol=lf
# Archivos binarios (imágenes, fuentes/audio/archivos)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mp3 binary
*.ogg binary
*.flac binary
*.zip binary
*.tar binary
*.gz binary
*.tgz binary
*.7z binary
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary