aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--.idea/kotlinc.xml6
2 files changed, 2 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 7df58851..1788fefd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,6 +106,8 @@ obj/
.idea/jarRepositories.xml
.idea/runConfigurations.xml
.idea/deploymentTargetDropDown.xml
+.idea/kotlinc.xml
+.idea/migrations.xml
# OS-specific files
.DS_Store
diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
deleted file mode 100644
index 217e5c51..00000000
--- a/.idea/kotlinc.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="KotlinJpsPluginSettings">
- <option name="version" value="1.8.21" />
- </component>
-</project> \ No newline at end of file