FlipperAmiibo icon indicating copy to clipboard operation
FlipperAmiibo copied to clipboard

Ignore `.shd` files

Open RuiNtD opened this issue 2 years ago • 2 comments

Added *.shd to .gitignore, allowing users to (theoretically) git clone the repo to their Flipper SD Card and update without issue.

RuiNtD avatar Sep 27 '22 18:09 RuiNtD

What conflicts are you getting with git clone? The ignore file only really works when you are committing to the repository, .shd files wouldn't conflict.

That being said, whenever you use your Flipper with the Switch, the files themselves are changed, I believe, so you might get conflicting changes there.

juliocorzo avatar Mar 19 '23 15:03 juliocorzo

Sorry for late reply.

What conflicts are you getting with git clone? The ignore file only really works when you are committing to the repository, .shd files wouldn't conflict.

The issue isn't with cloning. The issue is with pulling updates and having to stash my "changes" before I can stash.

That being said, whenever you use your Flipper with the Switch, the files themselves are changed, I believe, so you might get conflicting changes there.

The .nfc file remains unchanged. Any changes made to the Amiibo by the Switch are saved to a .shd file.

RuiNtD avatar Jul 27 '23 01:07 RuiNtD