Gioman101 / FlipperAmiibo

Made to be used with Flipper just drag the folder into NFC
2.82k stars 252 forks source link

Remove Duplicate Qbby.nfc #29

Closed tbejos closed 12 months ago

tbejos commented 1 year ago

Currently the only difference between Other/Qbby.nfc and Box_boy_Amiibo/Qbby.nfc is the line endings (CRLF and LF respectively). This removes the duplicate that is not in its own series folder

Here is git ls-files --eol to show line endings and then diff -Z to diff the files ignoring trailing whitespace

tbejos@DESKTOP:~/workspace/FlipperAmiibo$ git ls-files --eol Other/Qbby.nfc
i/crlf  w/crlf  attr/                   Other/Qbby.nfc
tbejos@DESKTOP:~/workspace/FlipperAmiibo$ git ls-files --eol Box_boy_Amiibo/Qbby.nfc
i/lf    w/lf    attr/                   Box_boy_Amiibo/Qbby.nfc
tbejos@DESKTOP:~/workspace/FlipperAmiibo$ diff -Z Other/Qbby.nfc Box_boy_Amiibo/Qbby.nfc
tbejos@DESKTOP:~/workspace/FlipperAmiibo$