FlipperAmiibo
FlipperAmiibo copied to clipboard
Ignore `.shd` files
Added *.shd
to .gitignore
, allowing users to (theoretically) git clone
the repo to their Flipper SD Card and update without issue.
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.
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.