-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitattributes
34 lines (29 loc) · 1.08 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
# For information about this file check https://git-scm.com/docs/gitattributes
################################################################################
# Project specific files
################################################################################
################################################################################
# Standard files
*.sh text eol=lf
*.c text eol=lf
*.h text eol=lf
*.py text eol=lf
*.md text eol=lf
*.adoc text eol=lf
*.txt text eol=lf
*.csv text eol=lf
*.json text eol=lf
*.vim text eol=lf
*.adoc text eol=lf
*.rst text eol=lf
*.html text eol=lf
*.css text eol=lf
*.js text eol=lf
*.toml text eol=lf
Makefile text eol=lf
Dockerfile text eol=lf
.dockerignore text eol=lf
.gitignore text eol=lf
.gitmodules text eol=lf
.gitattributes text eol=lf
################################################################################