This repository was archived by the owner on May 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitattributes
More file actions
65 lines (58 loc) · 1.51 KB
/
.gitattributes
File metadata and controls
65 lines (58 loc) · 1.51 KB
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
#
# gitattributes for auto detect text files and perform LF normalization
#
* text=auto
#
# gitattributes for common files
#
*.doc linguist-documentation
*.docx linguist-documentation
*.DOCX linguist-documentation
*.pdf linguist-documentation
*.PDF linguist-documentation
*.md linguist-documentation
*.textile linguist-documentation
*.csv text
*.sql text
#
# gitattributes for graphics files
#
*.png linguist-documentation
*.jpg linguist-documentation
*.jpeg linguist-documentation
*.gif linguist-documentation
*.ico linguist-documentation
*.svg linguist-documentation
#
# gitattributes for python files
#
*.pxd text
*.py text
*.py3 text
*.pyw text
*.pyx text
#
# gitattributes for python binary files
#
*.db binary
*.p binary
*.pkl binary
*.pyc binary
*.pyd binary
*.pyo binary
#
# gitattributes for adjust HTML templates as python
#
*.html linguist-language=Python
# Make GitHub ignore vendor libraries while computing language stats.
# See https://github.com/github/linguist#overrides.
web/static/dist/js/* linguist-vendored
web/static/echarts/* linguist-vendored
web/static/fastclick/lib/* linguist-vendored
web/static/font-awesome/* linguist-vendored
web/static/images/* linguist-vendored
web/static/jquery/dist/* linguist-vendored
web/static/nprogress/* linguist-vendored
web/static/pnotify/dist/* linguist-vendored
web/static/pnotify/dist/pnotify.js linguist-vendored
web/static/build/* linguist-vendored=false