forked from janus-idp/janus-idp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
95 lines (85 loc) · 1.23 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# source code
*.php eol=lf
*.css eol=lf
*.sass eol=lf
*.scss eol=lf
*.less eol=lf
*.styl eol=lf
*.js eol=lf
*.ts eol=lf
*.jsx eol=lf
*.tsx eol=lf
*.coffee eol=lf
*.json eol=lf
*.htm eol=lf
*.html eol=lf
*.xml eol=lf
*.svg eol=lf
*.txt eol=lf
*.ini eol=lf
*.inc eol=lf
*.pl eol=lf
*.rb eol=lf
*.py eol=lf
*.scm eol=lf
*.sql eol=lf
*.sh eol=lf
*.bat eol=lf
# templates
*.ejs eol=lf
*.hbt eol=lf
*.jade eol=lf
*.haml eol=lf
*.hbs eol=lf
*.dot eol=lf
*.tmpl eol=lf
*.phtml eol=lf
# server config
.htaccess eol=lf
# git config
.gitattributes eol=lf
.gitignore eol=lf
.gitconfig eol=lf
# code analysis config
.jshintrc eol=lf
.jscsrc eol=lf
.jshintignore eol=lf
.csslintrc eol=lf
# misc config
*.yaml eol=lf
*.yml eol=lf
.editorconfig eol=lf
# build config
*.npmignore eol=lf
*.bowerrc eol=lf
# Heroku
Procfile eol=lf
.slugignore eol=lf
# Documentation
*.md eol=lf
*.mdx eol=lf
LICENSE eol=lf
AUTHORS eol=lf
#
## These files are binary and should be left untouched
#
# (binary is a macro for -eol=lf -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.eot binary
*.woff binary
*.pyc binary
*.pdf binary