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.
This commit is contained in:
2024-09-20 18:06:06 +02:00
parent 36c736f8d3
commit a3fcab1c4b
2 changed files with 1 additions and 756 deletions
+1
View File
@@ -9,6 +9,7 @@ build/
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
.idea/workspace.xml
*.iws
*.iml
*.ipr