diff --git a/.gitignore b/.gitignore index 86d27b3907f400abe68a4c8c9ceec68c5eafc726..85e2f8dd8762f9e2a399ed6e8abc939a0319f9ff 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ .idea/sqlDataSources.xml .idea/dynamic.xml .idea/uiDesigner.xml +.idea/compiler.xml # Gradle: .idea/gradle.xml @@ -27,6 +28,10 @@ # Mongo Explorer plugin: .idea/mongoSettings.xml +## Database files: +/production.db +*.db + ## File-based project format: *.iws @@ -53,5 +58,3 @@ fabric.properties # *.iml # modules.xml - -*.db diff --git a/production.db b/production.db index 9d745477ea4a76817730d57c91637d74556c73a7..04aac30b872c6e49c2508c41d0823a120c924603 100644 Binary files a/production.db and b/production.db differ