-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
42 lines (38 loc) · 1.05 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
# Auto detect text files and perform LF normalization
* text=auto eol=lf
.* text=auto eol=lf
# Declare files that must have CRLF line endings
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Declare files that must have LF line endings
*.bash text eol=lf
*.sh text eol=lf
# Show language aware diffs
*.c text diff=cpp
*.cpp text diff=cpp
*.h text diff=cpp
*.cs text diff=csharp
*.css text diff=css
*.go text diff=golang
*.html text diff=html
*.java text diff=java
*.pas text diff=pascal
*.php text diff=php
*.phtml text diff=php
*.py text diff=python
*.pyw text diff=python
# Exclude unused files in archive
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.appveyor.yml export-ignore
.scrutinizer.yml export-ignore
.travis.yml export-ignore
.github export-ignore
test export-ignore
tests export-ignore
*.json.dist export-ignore
*.xml.dist export-ignore
*.yaml.dist export-ignore
*.yml.dist export-ignore