forked from YetiForceCompany/YetiForceCRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
38 lines (36 loc) · 844 Bytes
/
.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
*.php text eol=lf
*.js text eol=lf
*.css text eol=lf
*.less text eol=lf
*.scss text eol=lf
*.sass text eol=lf
*.tpl text eol=lf
*.properties text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.htaccess text eol=lf
*.service text eol=lf
*.html text eol=lf
*.sql text eol=lf
*.ini text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yarnclean text eol=lf
*.lock text eol=lf
*.yarn-integrity text eol=lf
*.sh text eol=lf
.github/ export-ignore
.dependabot export-ignore
.travis.yml export-ignore
.scrutinizer.yml export-ignore
.sensiolabs.yml export-ignore
.codecov.yml export-ignore
whitesource.config.json export-ignore
sonar-project.properties export-ignore
crowdin.yml export-ignore
.whitesource export-ignore
.gitignore export-ignore
.eslintrc export-ignore
.editorconfig export-ignore
jsconfig.json export-ignore
.prettierrc.js export-ignore