Gioman101 / FlipperAmiibo

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

Ignore `.shd` files #22

Open RuiNtD opened 1 year ago

RuiNtD commented 1 year ago

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

juliocorzo commented 1 year ago

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.

RuiNtD commented 1 year ago

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.