-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
54 lines (49 loc) · 1.22 KB
/
.gitattributes
File metadata and controls
54 lines (49 loc) · 1.22 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
# ----------------------------------------------------
# Line endings: usa LF en todos los sistemas operativos
# ----------------------------------------------------
* text=auto eol=lf
# ----------------------------------------------------
# Python (Django / DRF)
# ----------------------------------------------------
*.py text diff=python
*.pyw text diff=python
# Migraciones de Django → son archivos Python normales
*.py text
# ----------------------------------------------------
# Node / Vue / Vite
# ----------------------------------------------------
*.js text
*.jsx text
*.ts text
*.tsx text
*.vue text
*.css text
*.scss text
*.html text
*.json text
*.md text
*.yml text
*.yaml text
# ----------------------------------------------------
# Archivos de configuración
# ----------------------------------------------------
*.sh text eol=lf
Dockerfile text
.gitignore text
.gitattributes text
# ----------------------------------------------------
# Binarios (nunca convertir finales de línea)
# ----------------------------------------------------
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.gz binary
*.tgz binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary