Once we're mostly done with dw2003, we'll bring it back and attempt to share most of the frameworks build for dw2003.
25 lines
834 B
Plaintext
25 lines
834 B
Plaintext
# Manage binary resource files with lfs
|
|
/dw2003/**/*.STR filter=lfs diff=lfs merge=lfs -text
|
|
/dw2003/**/*.PRO filter=lfs diff=lfs merge=lfs -text
|
|
/dw2003/**/*.BIN filter=lfs diff=lfs merge=lfs -text
|
|
/dw2003/**/*.tim filter=lfs diff=lfs merge=lfs -text
|
|
|
|
# Packs contain binary data
|
|
/pack/**/*.bin filter=lfs diff=lfs merge=lfs -text
|
|
/pack/**/*.vh filter=lfs diff=lfs merge=lfs -text
|
|
/pack/**/*.seq filter=lfs diff=lfs merge=lfs -text
|
|
/pack/**/*.vb filter=lfs diff=lfs merge=lfs -text
|
|
|
|
# Image files are binary data
|
|
/tim/**/*.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
# Map files are binary data
|
|
/map/**/*.bin filter=lfs diff=lfs merge=lfs -text
|
|
/map-tile/**/*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
# Rlen files are binary data
|
|
/rlen/**/*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
# Keep crlfs in all resource files
|
|
/dw2003/**/* -crlf
|