forked from cosmoscout/cosmoscout-vr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
21 lines (17 loc) · 864 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ------------------------------------------------------------------------------------------------ #
# This file is part of CosmoScout VR #
# ------------------------------------------------------------------------------------------------ #
# SPDX-FileCopyrightText: German Aerospace Center (DLR) <[email protected]>
# SPDX-License-Identifier: CC0-1.0
# Set the default eol behavior.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.cpp text
*.hpp text
*.sh text eol=lf
*.bat text eol=crlf
# Ignore some javascript files while computing the repository's most used languages on Github.
resources/gui/third-party/* linguist-vendored
resources/gui/js/moon.js linguist-vendored
resources/gui/js/mars.js linguist-vendored