Exclude some large files from exports.
- Consolidate any "source-only" files into "src" dirs. - Exclude "docs" dir, mainly in root atm. - Exclude all dotfiles. This significantly reduces the size of delivered files, since esp the player model .blend file is very large.
5
.gitattributes
vendored
@ -1 +1,4 @@
|
||||
version.lua export-subst
|
||||
version.lua export-subst
|
||||
.* export-ignore
|
||||
docs export-ignore
|
||||
src export-ignore
|
||||
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |