forked from AzuraCast/AzuraCast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (27 loc) · 749 Bytes
/
Copy path.gitattributes
File metadata and controls
30 lines (27 loc) · 749 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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Force LF line ending on shell scripts
vagrant_* text eol=lf
Dockerfile text eol=lf
*.cnf text eol=lf
*.sh text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
# Files that should be excluded from the Release zip/gz's
/.github export-ignore
/.editorconfig export-ignore
/tests export-ignore
/util/docker export-ignore
/util/openapi.php export-ignore
/util/phpstan.php export-ignore
/util/unused.php export-ignore
/*.yml export-ignore
/*.yaml export-ignore
/*.neon export-ignore
/*.md export-ignore
/.travis.yml export-ignore
/docker.sh export-ignore