-
Notifications
You must be signed in to change notification settings - Fork 51
/
.gitattributes
22 lines (21 loc) · 1.38 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
# Ignore some files when exports so installing via AssetLib is easier.
.gitattributes export-ignore
.github export-ignore
.gitignore export-ignore
.gut_editor_config.json export-ignore
.gut_editor_shortcuts.cfg export-ignore
addons/gut export-ignore
CHANGELOG.md export-ignore
CODE_OF_CONDUCT.md export-ignore
docs export-ignore
examples export-ignore
icon.svg export-ignore
icon.svg.import export-ignore
icons.sketch export-ignore
IDEAS.md export-ignore
LICENCE export-ignore
README.md export-ignore
test export-ignore
website export-ignore