diff --git a/projects/IoTCenter/.gitignore b/projects/IoTCenter/.gitignore index cd5894bd..916400a5 100644 --- a/projects/IoTCenter/.gitignore +++ b/projects/IoTCenter/.gitignore @@ -1,6 +1,6 @@ *.bak *.suo -*.db +#*.db *.db-shm *.db-wal *.user diff --git a/projects/IoTCenter/configuration.db b/projects/IoTCenter/configuration.db new file mode 100644 index 00000000..5dfd78e1 Binary files /dev/null and b/projects/IoTCenter/configuration.db differ diff --git a/projects/IoTCenter/iotcenter.db b/projects/IoTCenter/iotcenter.db new file mode 100644 index 00000000..335e1f75 Binary files /dev/null and b/projects/IoTCenter/iotcenter.db differ diff --git a/projects/IoTNode/.gitignore b/projects/IoTNode/.gitignore index cd5894bd..916400a5 100644 --- a/projects/IoTNode/.gitignore +++ b/projects/IoTNode/.gitignore @@ -1,6 +1,6 @@ *.bak *.suo -*.db +#*.db *.db-shm *.db-wal *.user diff --git a/projects/IoTNode/configuration.db b/projects/IoTNode/configuration.db new file mode 100644 index 00000000..93e277b2 Binary files /dev/null and b/projects/IoTNode/configuration.db differ diff --git a/projects/IoTNode/iotnode.db b/projects/IoTNode/iotnode.db new file mode 100644 index 00000000..fd45f8a2 Binary files /dev/null and b/projects/IoTNode/iotnode.db differ