hi guys,i am using git-fork, i initialized a new repo, i copied these files into the new initialized repo
the problem is that lfs is not tracking the files that defold by default lists in .gitattribures,even if i stage and unsatge everything , how did i know? i know from this command line : git lfs ls-files --all
if i type this command in command line, all the files that are tracked by lfs will be listed but none are listed.idk why, for example i expect .atlas file to be tracked,but its not.
but for example if i track .png files manually(i type this line in .gitattribues *.png filter=lfs diff=lfs merge=lfs -text), they will be tracked , how did i know , again using the same command
and why defold by default does not track images using lfs?