-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
40 lines (34 loc) · 1.62 KB
/
.gitattributes
File metadata and controls
40 lines (34 loc) · 1.62 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
# OffGallery - GitHub Linguist Configuration
# Corregge la classificazione del linguaggio su GitHub
# =============================================================================
# VENDOR: ExifTool (distribuzione Perl embedded) - escluso dalle statistiche
# =============================================================================
exiftool_files/** linguist-vendored
# =============================================================================
# FILE BINARI
# =============================================================================
*.dll binary
*.exe binary
*.dat binary
*.zip binary
*.jpg binary
*.png binary
*.ico binary
# =============================================================================
# DOCUMENTAZIONE - esclusa dalle statistiche linguaggio
# =============================================================================
*.md linguist-documentation
*.pod linguist-documentation
# =============================================================================
# MODELLI ML - non sono codice
# =============================================================================
brisque_models/** linguist-vendored
# =============================================================================
# LINGUAGGIO PROGETTO
# =============================================================================
*.py linguist-language=Python
# =============================================================================
# LINE ENDINGS: script bash sempre LF, batch Windows sempre CRLF
# =============================================================================
*.sh text eol=lf
*.bat text eol=crlf