From 0cd43f70ca995192a23f13ab3f78fd75b576914f Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Sun, 31 Oct 2021 22:25:32 -0700 Subject: [PATCH] chore: unarchive repo --- .gitattributes | 1 - .idea/ArgonBot.iml | 12 -- .idea/codeStyles/Project.xml | 206 ------------------- .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/dataSources.xml | 12 -- .idea/discord.xml | 6 - .idea/encodings.xml | 4 - .idea/graphql-settings.xml | 6 - .idea/inspectionProfiles/Project_Default.xml | 6 - .idea/jsLibraryMappings.xml | 8 - .idea/jsLinters/eslint.xml | 6 - .idea/misc.xml | 6 - .idea/modules.xml | 8 - .idea/runConfigurations/Run_Tests.xml | 17 -- .idea/runConfigurations/clean.xml | 12 -- .idea/runConfigurations/commit.xml | 12 -- .idea/runConfigurations/compile_dev.xml | 12 -- .idea/runConfigurations/lint.xml | 12 -- .idea/runConfigurations/run_dev.xml | 12 -- .idea/runConfigurations/watch_bot.xml | 12 -- .idea/runConfigurations/watch_tsc.xml | 12 -- .idea/sqldialects.xml | 6 - .idea/stylesheetLinters/stylelint.xml | 4 - .idea/vcs.xml | 6 - .vscode/extensions.json | 6 - .vscode/settings.json | 15 -- README.md | 2 +- 27 files changed, 1 insertion(+), 425 deletions(-) delete mode 100644 .idea/ArgonBot.iml delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/dataSources.xml delete mode 100644 .idea/discord.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/graphql-settings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/jsLibraryMappings.xml delete mode 100644 .idea/jsLinters/eslint.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations/Run_Tests.xml delete mode 100644 .idea/runConfigurations/clean.xml delete mode 100644 .idea/runConfigurations/commit.xml delete mode 100644 .idea/runConfigurations/compile_dev.xml delete mode 100644 .idea/runConfigurations/lint.xml delete mode 100644 .idea/runConfigurations/run_dev.xml delete mode 100644 .idea/runConfigurations/watch_bot.xml delete mode 100644 .idea/runConfigurations/watch_tsc.xml delete mode 100644 .idea/sqldialects.xml delete mode 100644 .idea/stylesheetLinters/stylelint.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .vscode/extensions.json delete mode 100644 .vscode/settings.json diff --git a/.gitattributes b/.gitattributes index 707ec08..d9e786e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ .yarn/* linguist-vendored -.pnp.cjs linguist-vendored diff --git a/.idea/ArgonBot.iml b/.idea/ArgonBot.iml deleted file mode 100644 index 0c8867d..0000000 --- a/.idea/ArgonBot.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 1176468..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,206 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 79ee123..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index 91d3639..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - postgresql - true - org.postgresql.Driver - jdbc:postgresql://192.168.20.65:5432/postgres - $ProjectFileDir$ - - - \ No newline at end of file diff --git a/.idea/discord.xml b/.idea/discord.xml deleted file mode 100644 index cd711a0..0000000 --- a/.idea/discord.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index da0415a..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/graphql-settings.xml b/.idea/graphql-settings.xml deleted file mode 100644 index ecdc633..0000000 --- a/.idea/graphql-settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 03d9549..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml deleted file mode 100644 index 50f2d63..0000000 --- a/.idea/jsLibraryMappings.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/jsLinters/eslint.xml b/.idea/jsLinters/eslint.xml deleted file mode 100644 index 541945b..0000000 --- a/.idea/jsLinters/eslint.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 1ce5b8c..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - XMLSchema_1_1 - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index cbcb2cf..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations/Run_Tests.xml b/.idea/runConfigurations/Run_Tests.xml deleted file mode 100644 index c9fa24f..0000000 --- a/.idea/runConfigurations/Run_Tests.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - project - - yarn:package.json:mocha - $PROJECT_DIR$ - true - - - - bdd - -r ts-node/register -r tsconfig-paths/register - PATTERN - tests/**/*.ts - - - \ No newline at end of file diff --git a/.idea/runConfigurations/clean.xml b/.idea/runConfigurations/clean.xml deleted file mode 100644 index bcfbeba..0000000 --- a/.idea/runConfigurations/clean.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - -