-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
38 lines (36 loc) · 819 Bytes
/
.gitattributes
File metadata and controls
38 lines (36 loc) · 819 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
# Textdateien allgemein mit LF normalisieren
* text=auto
*.php text eol=lf diff=php
*.css text diff=css
*.html text diff=html
*.ini text
*.js text
*.md text diff=markdown
*.svg text
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.png binary
*.ico binary
*.xml text
*.json text
*.lock text
*.conf text
*.yaml text
*.sh text eol=lf
*.woff binary
*.woff2 binary
# Dateien vom Export ausschließen
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
/Dockerfile export-ignore
/*.yaml export-ignore
/README.md export-ignore
/LICENSE export-ignore
/public/demo export-ignore
/dev export-ignore
/.vscode export-ignore
/doc export-ignore
/public/index.php export-ignore