From 8c7426ef9b478d07ac1d4c690e01810da9d14a17 Mon Sep 17 00:00:00 2001 From: Jakub Radowicz Date: Tue, 4 May 2021 18:22:00 +0200 Subject: [PATCH] deleted unnecessary files. updated .gitignore file to ignore the files in the future --- .gitignore | 5 ++++- .idea/.gitignore | 3 --- .idea/Projekt_Sztuczna_Inteligencja.iml | 10 ---------- .idea/inspectionProfiles/profiles_settings.xml | 6 ------ .idea/misc.xml | 4 ---- .idea/modules.xml | 8 -------- .idea/vcs.xml | 6 ------ 7 files changed, 4 insertions(+), 38 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/Projekt_Sztuczna_Inteligencja.iml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index b81f96b..1fb64dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# .idea files +.idea* + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -138,4 +141,4 @@ dmypy.json cython_debug/ # local sandbox -sandbox/ \ No newline at end of file +sandbox/ diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/Projekt_Sztuczna_Inteligencja.iml b/.idea/Projekt_Sztuczna_Inteligencja.iml deleted file mode 100644 index 7e9e487..0000000 --- a/.idea/Projekt_Sztuczna_Inteligencja.iml +++ /dev/null @@ -1,10 +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 100644 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 e037e18..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index fb92429..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +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