From 9f50030beb571aeeeb3515a9ae26d5b42c3aa6ec Mon Sep 17 00:00:00 2001 From: lkrsnik Date: Wed, 4 Oct 2023 17:28:02 +0200 Subject: [PATCH] Cleaning --- .gitignore | 2 ++ .idea/.gitignore | 3 --- .idea/STARK-web.iml | 10 ---------- .idea/codeStyles/codeStyleConfig.xml | 5 ----- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 10 ---------- .idea/modules.xml | 8 -------- 7 files changed, 2 insertions(+), 42 deletions(-) delete mode 100755 .idea/.gitignore delete mode 100755 .idea/STARK-web.iml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100755 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100755 .idea/modules.xml diff --git a/.gitignore b/.gitignore index f1796a4..c196c7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ internal_saves media *.sage.py +venv +.idea diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100755 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/STARK-web.iml b/.idea/STARK-web.iml deleted file mode 100755 index 74d515a..0000000 --- a/.idea/STARK-web.iml +++ /dev/null @@ -1,10 +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 a55e7a1..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100755 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.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 0289b21..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100755 index 948e011..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file