From a3fcab1c4b3d6ae912e7e2007a308f74fb7b2873 Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Fri, 20 Sep 2024 18:06:06 +0200 Subject: [PATCH] Delete workspace.xml from version control Deleted the .idea/workspace.xml file to prevent tracking IDE-specific settings in version control. This ensures that local development environment configurations remain private and do not interfere with team members' setups. --- .gitignore | 1 + .idea/workspace.xml | 756 -------------------------------------------- 2 files changed, 1 insertion(+), 756 deletions(-) delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index 0770f54..4091e04 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ build/ .idea/jarRepositories.xml .idea/compiler.xml .idea/libraries/ +.idea/workspace.xml *.iws *.iml *.ipr diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 57a31f1..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,756 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file