From 66e9581734fd465273bf2c8f457d0bde2bcb980b Mon Sep 17 00:00:00 2001 From: Michael Romashov Date: Wed, 9 Sep 2020 00:48:10 -0400 Subject: [PATCH] Un-ignored .idea --- .gitignore | 1 - .idea/.gitignore | 8 +++ .idea/beta.zhuartcc.org.iml | 62 +++++++++++++++++++ .idea/codestream.xml | 7 +++ .idea/dataSources.xml | 14 +++++ .idea/discord.xml | 9 +++ .../inspectionProfiles/profiles_settings.xml | 6 ++ .idea/jsLibraryMappings.xml | 6 ++ .idea/misc.xml | 7 +++ .idea/modules.xml | 8 +++ .idea/statistic.xml | 7 +++ .idea/vcs.xml | 6 ++ 12 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/beta.zhuartcc.org.iml create mode 100644 .idea/codestream.xml create mode 100644 .idea/dataSources.xml create mode 100644 .idea/discord.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/jsLibraryMappings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/statistic.xml create mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 37b078c..2295149 100644 --- a/.gitignore +++ b/.gitignore @@ -123,7 +123,6 @@ dmypy.json ### PyCharm ### # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -.idea/* ../.idea/dataSources.local.xml # User-specific stuff .idea/**/workspace.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/beta.zhuartcc.org.iml b/.idea/beta.zhuartcc.org.iml new file mode 100644 index 0000000..98a6328 --- /dev/null +++ b/.idea/beta.zhuartcc.org.iml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/codestream.xml b/.idea/codestream.xml new file mode 100644 index 0000000..05d9965 --- /dev/null +++ b/.idea/codestream.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..29cb962 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,14 @@ + + + + + sqlite.xerial + true + org.sqlite.JDBC + jdbc:sqlite:C:\Users\miker\Documents\Projects\Houston ARTCC\beta.zhuartcc.org\db.sqlite3 + + + + + + \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml new file mode 100644 index 0000000..a04e4e5 --- /dev/null +++ b/.idea/discord.xml @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml new file mode 100644 index 0000000..2150e93 --- /dev/null +++ b/.idea/jsLibraryMappings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..5d50a6b --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..9b2476b --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/statistic.xml b/.idea/statistic.xml new file mode 100644 index 0000000..d4f6f91 --- /dev/null +++ b/.idea/statistic.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file