forked from shotgunsoftware/tk-core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
22 lines (19 loc) · 893 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (c) 2019 Shotgun Software Inc.
#
# CONFIDENTIAL AND PROPRIETARY
#
# This work is provided "AS IS" and subject to the Shotgun Pipeline Toolkit
# Source Code License included in this distribution package. See LICENSE.
# By accessing, using, copying or modifying this work you indicate your
# agreement to the Shotgun Pipeline Toolkit Source Code License. All rights
# not expressly granted therein are reserved by Shotgun Software Inc.
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
# Force the following filetypes to have unix eols, so Windows does not break them
*.pickle binary
# The git executable expects packed-refs to always have LF line endings, even on
# Windows.
**/packed-refs text eol=lf
# We don't want CRLF conversion or any automatic change in there
tests/python/third_party/** binary