-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
17 lines (16 loc) · 850 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Set line endings
* text=auto eol=lf
# Only include the addons folder when downloading from the Asset Library.
/** export-ignore
/addons !export-ignore
/addons/** !export-ignore
/addons/kaykit_character_pack_adventures/** export-ignore
/addons/kaykit_character_pack_adventures/LICENSE.txt !export-ignore
/addons/kaykit_character_pack_adventures/Assets !export-ignore
/addons/kaykit_character_pack_adventures/Assets/** !export-ignore
/addons/kaykit_character_pack_adventures/Assets/fbx export-ignore
/addons/kaykit_character_pack_adventures/Characters !export-ignore
/addons/kaykit_character_pack_adventures/Characters/** !export-ignore
/addons/kaykit_character_pack_adventures/Characters/fbx export-ignore
/addons/kaykit_character_pack_adventures/Textures !export-ignore
/addons/kaykit_character_pack_adventures/Textures/** !export-ignore