diff --git a/.gitignore b/.gitignore
index 90c7a3b..6525e7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@ target/
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
+.idea/*.xml
.idea/libraries/
*.iws
*.iml
@@ -41,4 +42,5 @@ build/
### Gradle ###
.gradle
.kotlin
-devserver
\ No newline at end of file
+devserver
+/.idea/
\ No newline at end of file
diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml
deleted file mode 100644
index 4ea72a9..0000000
--- a/.idea/copilot.data.migration.agent.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/copilot.data.migration.ask.xml b/.idea/copilot.data.migration.ask.xml
deleted file mode 100644
index 7ef04e2..0000000
--- a/.idea/copilot.data.migration.ask.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/copilot.data.migration.edit.xml b/.idea/copilot.data.migration.edit.xml
deleted file mode 100644
index 8648f94..0000000
--- a/.idea/copilot.data.migration.edit.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/gradlew b/gradlew
old mode 100644
new mode 100755
diff --git a/settings.gradle.kts b/settings.gradle.kts
index 4ccaddf..ee7832b 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -2,7 +2,7 @@ rootProject.name = "dev.hytalemodding"
plugins {
// See documentation on https://scaffoldit.dev
- id("dev.scaffoldit") version "0.2.1"
+ id("dev.scaffoldit") version "0.2.2"
}
//