From 6f53556572d0729d91c7a87539eef192285f420a Mon Sep 17 00:00:00 2001 From: chrispr Date: Sun, 19 Jul 2020 18:11:38 -0400 Subject: [PATCH] Modified .gitignore to include IDEA project files. Included IDEA project files. --- .gitignore | 4 +- .idea/.gitignore | 3 + .../artifacts/DexcomBluetoothUploader_jar.xml | 31 +++++ .idea/compiler.xml | 19 +++ .idea/description.html | 1 + .idea/encodings.xml | 6 + .idea/jarRepositories.xml | 20 +++ ...aven__org_projectlombok_lombok_1_18_12.xml | 13 ++ .idea/libraries/bluetooth_scanner.xml | 9 ++ .../com_github_hypfvieh_bluez_dbus_0_1_1.xml | 28 ++++ .../com_google_code_gson_gson_2_8_6.xml | 10 ++ .idea/libraries/log4j_log4j_1_2_17.xml | 10 ++ .../org_projectlombok_lombok_1_14_8.xml | 10 ++ .../org_slf4j_slf4j_log4j12_1_7_30.xml | 12 ++ .idea/misc.xml | 16 +++ .idea/modules.xml | 8 ++ .idea/project-template.xml | 3 + .idea/uiDesigner.xml | 124 ++++++++++++++++++ .idea/vcs.xml | 7 + 19 files changed, 332 insertions(+), 2 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/artifacts/DexcomBluetoothUploader_jar.xml create mode 100644 .idea/compiler.xml create mode 100644 .idea/description.html create mode 100644 .idea/encodings.xml create mode 100644 .idea/jarRepositories.xml create mode 100644 .idea/libraries/Maven__org_projectlombok_lombok_1_18_12.xml create mode 100644 .idea/libraries/bluetooth_scanner.xml create mode 100644 .idea/libraries/com_github_hypfvieh_bluez_dbus_0_1_1.xml create mode 100644 .idea/libraries/com_google_code_gson_gson_2_8_6.xml create mode 100644 .idea/libraries/log4j_log4j_1_2_17.xml create mode 100644 .idea/libraries/org_projectlombok_lombok_1_14_8.xml create mode 100644 .idea/libraries/org_slf4j_slf4j_log4j12_1_7_30.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/project-template.xml create mode 100644 .idea/uiDesigner.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index ca22821..483c2a1 100644 --- a/.gitignore +++ b/.gitignore @@ -38,8 +38,8 @@ gradle-app.setting ## IntelliJ ############################## out/ -.idea/ -.idea_modules/ +#.idea/ +#.idea_modules/ *.iml *.ipr *.iws diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/artifacts/DexcomBluetoothUploader_jar.xml b/.idea/artifacts/DexcomBluetoothUploader_jar.xml new file mode 100644 index 0000000..e9af5d2 --- /dev/null +++ b/.idea/artifacts/DexcomBluetoothUploader_jar.xml @@ -0,0 +1,31 @@ + + + $PROJECT_DIR$/out/artifacts/DexcomBluetoothUploader_jar + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..05d9f79 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/description.html b/.idea/description.html new file mode 100644 index 0000000..db5f129 --- /dev/null +++ b/.idea/description.html @@ -0,0 +1 @@ +Simple Java application that includes a class with main() method \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/Maven__org_projectlombok_lombok_1_18_12.xml b/.idea/libraries/Maven__org_projectlombok_lombok_1_18_12.xml new file mode 100644 index 0000000..46cf8a8 --- /dev/null +++ b/.idea/libraries/Maven__org_projectlombok_lombok_1_18_12.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/bluetooth_scanner.xml b/.idea/libraries/bluetooth_scanner.xml new file mode 100644 index 0000000..6b1b343 --- /dev/null +++ b/.idea/libraries/bluetooth_scanner.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/com_github_hypfvieh_bluez_dbus_0_1_1.xml b/.idea/libraries/com_github_hypfvieh_bluez_dbus_0_1_1.xml new file mode 100644 index 0000000..e89fb44 --- /dev/null +++ b/.idea/libraries/com_github_hypfvieh_bluez_dbus_0_1_1.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/com_google_code_gson_gson_2_8_6.xml b/.idea/libraries/com_google_code_gson_gson_2_8_6.xml new file mode 100644 index 0000000..da0c79d --- /dev/null +++ b/.idea/libraries/com_google_code_gson_gson_2_8_6.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/log4j_log4j_1_2_17.xml b/.idea/libraries/log4j_log4j_1_2_17.xml new file mode 100644 index 0000000..7d424aa --- /dev/null +++ b/.idea/libraries/log4j_log4j_1_2_17.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/org_projectlombok_lombok_1_14_8.xml b/.idea/libraries/org_projectlombok_lombok_1_14_8.xml new file mode 100644 index 0000000..91c9296 --- /dev/null +++ b/.idea/libraries/org_projectlombok_lombok_1_14_8.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/org_slf4j_slf4j_log4j12_1_7_30.xml b/.idea/libraries/org_slf4j_slf4j_log4j12_1_7_30.xml new file mode 100644 index 0000000..c1c5400 --- /dev/null +++ b/.idea/libraries/org_slf4j_slf4j_log4j12_1_7_30.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..495d94d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..63deba4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/project-template.xml b/.idea/project-template.xml new file mode 100644 index 0000000..1f08b88 --- /dev/null +++ b/.idea/project-template.xml @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..e96534f --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..8af8c44 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file