418411769d
[FIXED] Moved migration into the persistence queue by performing it on willLoadStore. [FIXED] Re-enabled cloud after migration. [UPDATED] Allow rebuilding the old cloud store if it got deleted locally.
30 lines
432 B
Plaintext
30 lines
432 B
Plaintext
# OS-Specific junk.
|
|
.DS_Store
|
|
|
|
# IntelliJ
|
|
/MasterPassword/Java/.idea
|
|
/.idea/*
|
|
!/.idea/encodings.xml
|
|
!/.idea/inspectionProfiles
|
|
!/.idea/projectCodeStyle.xml
|
|
!/.idea/validation.xml
|
|
*.iml
|
|
/*.ipr
|
|
/*.iws
|
|
|
|
# Xcode IDE
|
|
xcuserdata/
|
|
/DerivedData/
|
|
|
|
# Media
|
|
Press/Background.png
|
|
Press/Front-Page.png
|
|
Press/MasterPassword_PressKit/MasterPassword_pressrelease_*.pdf
|
|
|
|
# IPA
|
|
/sendipa/*
|
|
!/sendipa/sendipa.conf
|
|
|
|
# Java
|
|
MasterPassword/Java/**/target
|