diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-06-05 23:14:17 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-06-05 23:14:17 -0600 |
commit | 6b9e7b28e59a274ee2881f388649357b651cf037 (patch) | |
tree | 0ccdedda98f625550b71134de35617936ef7a15f | |
parent | deb180533016446a76a59ed16fc1b6109c5dff87 (diff) | |
download | resurrection-6b9e7b28e59a274ee2881f388649357b651cf037.tar resurrection-6b9e7b28e59a274ee2881f388649357b651cf037.tar.gz resurrection-6b9e7b28e59a274ee2881f388649357b651cf037.tar.bz2 |
removed .iml file
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Resurrection.iml | 12 |
2 files changed, 1 insertions, 12 deletions
@@ -1,2 +1,3 @@ .idea/ out/ +Resurrection.iml diff --git a/Resurrection.iml b/Resurrection.iml deleted file mode 100644 index e940e50..0000000 --- a/Resurrection.iml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="JAVA_MODULE" version="4"> - <component name="NewModuleRootManager" inherit-compiler-output="true"> - <exclude-output /> - <content url="file://$MODULE_DIR$"> - <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> - </content> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - <orderEntry type="library" name="spigot-api-1.16.5-R0.1-20210524.223338-87" level="project" /> - </component> -</module>
\ No newline at end of file |