-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
49 lines (43 loc) · 883 Bytes
/
.gitattributes
File metadata and controls
49 lines (43 loc) · 883 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Set default behavior to automatically normalize line endings
* text=auto eol=lf
# Enable keyword expansion for legacy identifiers
* ident
# Exclude files and folders from Git archive downloads
/.github export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
# Explicit text file types
*.php text
*.html text
*.css text
*.scss text
*.js text
*.ts text
*.txt text
*.md text
*.twig text
*.svg text
*.yml text
*.yaml text
*.json text
*.xml text
*.ini text
*.env text
*.cff text
*.sh text
# Binary files (do not modify line endings)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.phar binary
# GitHub-specific files
.gitattributes text
.gitignore text
.editorconfig text
# Composer lock file
composer.lock text