forked from googlevr/tilt-brush
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
24 lines (20 loc) · 777 Bytes
/
.gitattributes
File metadata and controls
24 lines (20 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Unity generates these with LF, so keep them LF to prevent
# spurious diffs when Unity overwrites CRLF with LF
*.mat text eol=lf
*.asset text eol=lf
*.meta text eol=lf
*.unity text eol=lf
*.prefab text eol=lf
*.gradle text eol=lf
Packages/manifest.json text eol=lf
UnityPackageManager/manifest.json text eol=lf
ProjectSettings/ProjectVersion.txt text eol=lf
# Resharper generates these with LF; keep them LF even on Windows
*.DotSettings text eol=lf
# protoc generates files with LF
Support/Python/**/*_pb2.py text eol=lf
Assets/Scripts/Protobuf/**/*.cs text eol=lf
# Oculus ships its files with LFs; let's just keep them that way
Assets/ThirdParty/Oculus/** -text
# Keep the ffmpeg build script with Unix line endings.
Support/ThirdParty/ffmpeg/BuildFfmpeg.sh text eol=lf