forked from modflowpy/flopy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
23 lines (19 loc) · 755 Bytes
/
.gitattributes
File metadata and controls
23 lines (19 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set the merge driver for windows files
#
*.bat text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.pdf binary
# Do not modify the model data in various directories
examples/data/** binary
.docs/groundwater_paper/uspb/** binary
# Configure github-linguist exclusions
*.bas -linguist-detectable
.docs/** linguist-documentation
docs/** linguist-documentation