generated from mhucka/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
36 lines (28 loc) · 921 Bytes
/
.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
# -*- mode: sh; -*-
# Set the default behavior, in case people don't have core.autocrlf set.
# .............................................................................
* text=auto
# Specify what's text and should be normalized.
# .............................................................................
*.py text
*.in text
*.rst text
*.cfg text
*.ini text
*.yml text
*.json text
*.bat text
*.sh text
LICENSE text
CONTRIBUTING text
# Denote all files that are truly binary and should not be modified.
# .............................................................................
*.png binary
*.jpg binary
*.xls binary
*.doc binary
# This next one is because in other projects, we've had problems with git
# getting confused about line endings when people using Windows and Mac edit
# the same files.
# .............................................................................
*.csv binary diff=csv