diff --git a/.gitignore b/.gitignore index 22de418..752142a 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ # misc .DS_Store *.pem +.idea/ # debug npm-debug.log* @@ -42,6 +43,9 @@ yarn-error.log* next-env.d.ts # SQLite database +*.db +*.db-shm +*.db-wal /data/*.db /data/*.db-shm /data/*.db-wal diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 1c2fda5..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 2ff8622..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -package.json \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml deleted file mode 100644 index f1ad23c..0000000 --- a/.idea/dataSources.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - mysql_aurora.aws_wrapper - true - software.amazon.jdbc.Driver - jdbc:aws-wrapper:mysql://localhost:3306/test - $ProjectFileDir$ - - - mysql_aurora.aws_wrapper - true - software.amazon.jdbc.Driver - jdbc:aws-wrapper:mysql://localhost:3306/test - $ProjectFileDir$ - - - \ 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/modules.xml b/.idea/modules.xml deleted file mode 100644 index 7ed6d4e..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index f324872..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/strike-arena.iml b/.idea/strike-arena.iml deleted file mode 100644 index 0b872d8..0000000 --- a/.idea/strike-arena.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/UserssebDesktopStikeArena_chrtdatastrike-arena.db b/UserssebDesktopStikeArena_chrtdatastrike-arena.db deleted file mode 100644 index 73a0692..0000000 Binary files a/UserssebDesktopStikeArena_chrtdatastrike-arena.db and /dev/null differ