forked from pkumod/gStore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
54 lines (48 loc) · 1.6 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
# https://git-scm.com/docs/gitattributes
# We find that using this file may cause problem between different branches
# Therefore, all are commented.
# Set the default behavior, in case people don't have core.autocrlf set.
#* text=auto
#*.txt text
#*.vcproj text eol=crlf
#*.sh text eol=lf
#*.py eol=lf
#*.c text eol=lf
#*.h text eol=lf
#*.cpp text eol=lf
#*.cu text eol=lf
#*.md text eol=lf
#*.nt text eol=lf
#*.sql text eol=lf
#*.jpg -text
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
#*.c text
#*.h text
#*.md text
#*.js text
#*.json text
#*.wxss text
#*.wxml text
# Declare files that will always have CRLF line endings on checkout.
#*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
#*.png binary
#*.jpg binary
# Below denotes which file to use git-lfs, large files
#*.zip filter=lfs diff=lfs merge=lfs -text
#*.tar.gz filter=lfs diff=lfs merge=lfs -text
#*.7z filter=lfs diff=lfs merge=lfs -text
#*.rar filter=lfs diff=lfs merge=lfs -text
#*.torrent filter=lfs diff=lfs merge=lfs -text
#*.iso filter=lfs diff=lfs merge=lfs -text
#*.jpg filter=lfs diff=lfs merge=lfs -text
#*.jpeg filter=lfs diff=lfs merge=lfs -text
#*.png filter=lfs diff=lfs merge=lfs -text
#*.pdf filter=lfs diff=lfs merge=lfs -text
#*.mp3 filter=lfs diff=lfs merge=lfs -text
#*.wav filter=lfs diff=lfs merge=lfs -text
#*.mp4 filter=lfs diff=lfs merge=lfs -text
#*.rmvb filter=lfs diff=lfs merge=lfs -text
#*.nt filter=lfs diff=lfs merge=lfs -text
#*.n3 filter=lfs diff=lfs merge=lfs -text