generated from warriors-life/.warriors-life-template-docker-old
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
47 lines (35 loc) · 1 KB
/
.gitattributes
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
# Taken from https://github.com/alexkaratarakis/gitattributes
# Use `echo "$(git ls-files | git check-attr -a --stdin | grep "text: auto")"` to check if all files are covered
# Update this file when files with new extensions are added
* text=auto
.gitattributes text
.gitignore text
.gitkeep text
LICENSE text
*.md text diff=markdown
Dockerfile text
.dockerignore text
*.yml text
*.pem text eol=lf
*.crt text eol=lf
*.key text eol=lf
*.conf text
*.conf.template text
*.env text eol=lf
*.js text
*.json text
*.html text diff=html
*.css text diff=css
*.txt text
*.csv text eol=crlf
*.webmanifest text
*.svg -text
*.webp -text
*.png -text
*.ico -text
*.webm -text
*.woff2 -text
*.wasm -text
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore