aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-07-01 02:30:34 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-07-01 02:30:34 +0530
commit0ba9744f625ca1044c52f8700b8344fc1efaed5b (patch)
treef8d1dc64f2450a18d1a757028724a28049c23343
parent24203bae8d9089621cf044027e33740213833321 (diff)
fix: drop more IDEA cruft
-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