diff --git a/.gitignore b/.gitignore
index ec605697..5a81439f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,11 +6,12 @@ hs_err_pid*
## Intellij
out/
-lib/
+/lib/
.idea/*
!.idea/runConfigurations*
!.idea/inspectionProfiles*
!.idea/codeStyles*
+!.idea/dictionaries*
*.ipr
*.iws
*.iml
@@ -33,7 +34,8 @@ local.properties
## NetBeans
**/nbproject/private/
-build/
+/build/
+/app/build/
nbbuild/
dist/
nbdist/
@@ -50,6 +52,3 @@ gradle-app.setting
## Android
gen/
-
-## Prebuilt
-Backup.apk
diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index 35a40e4e..427a78f6 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -4,15 +4,6 @@
-
diff --git a/.idea/dictionaries/user.xml b/.idea/dictionaries/user.xml
new file mode 100644
index 00000000..131779fd
--- /dev/null
+++ b/.idea/dictionaries/user.xml
@@ -0,0 +1,14 @@
+
+
+
+ apk
+ chunker
+ ejectable
+ hasher
+ hkdf
+ restorable
+ seedvault
+ snowden
+
+
+
\ No newline at end of file
diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml
index 7f68460d..e497da99 100644
--- a/.idea/runConfigurations.xml
+++ b/.idea/runConfigurations.xml
@@ -3,6 +3,7 @@