forked from in2code-de/femanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
43 lines (39 loc) · 1.32 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
# .gitattributes
.gitkeep export-ignore
/.env export-ignore
/.project export-ignore
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/config export-ignore
/docker-compose.yml export-ignore
/dynamicReturnTypeMeta.json export-ignore
/Makefile export-ignore
/phpunit.xml.dist export-ignore
/Tests export-ignore
/Resources/Private/JavaScript export-ignore
/Resources/Private/Sass export-ignore
/Resources/Private/gulpfile.js export-ignore
/Resources/Private/package.json export-ignore
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
# Enforce checkout with linux lf consistent over all plattforms
.* text eol=lf
*.html text eol=lf
*.css text eol=lf
*.tmpl text eol=lf
*.less text eol=lf
*.js text eol=lf
*.json text eol=lf
*.php text eol=lf
*.rst text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.ts text eol=lf
*.xlf text eol=lf
*.scss text eol=lf
*.sql text eol=lf
*.t3s text eol=lf
*.txt text eol=lf
.project/data/db.sql.gz filter=lfs diff=lfs merge=lfs -text