-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
35 lines (29 loc) · 1.48 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
# Set default behavior to automatically normalize line endings.
* text=auto
# Items with `binary` is treated as binary file.
# Items with `eol=lf` is converted to LF on checkin, back to LF on checkout.
# Items with `eol=crlf` is converted to LF on checkin, back to CRLF on checkout.
*.gif binary
*.ico binary
*.jpg binary
*.png binary
*.ttf binary
*.woff binary
# Below is a list of patterns and individual paths for secret files that should
# never be committed in clear-text to the repository.
config/gmailctl/** diff=git-crypt filter=git-crypt
config/gpg/** diff=git-crypt filter=git-crypt
config/isync/** diff=git-crypt filter=git-crypt
config/keepassxc/** diff=git-crypt filter=git-crypt
config/msmtp/** diff=git-crypt filter=git-crypt
config/notmuch/** diff=git-crypt filter=git-crypt
config/remmina/** diff=git-crypt filter=git-crypt
config/ssh/** diff=git-crypt filter=git-crypt
config/gpg/.gitignore diff=text -filter
config/gpg/gpg-agent.conf diff=text -filter
config/gpg/install.sls diff=text -filter
config/ssh/.gitignore diff=text -filter
config/ssh/install.sls diff=text -filter
data/remmina/** diff=git-crypt filter=git-crypt
data/zsh/** diff=git-crypt filter=git-crypt
data/zsh/.gitignore -diff -filter