summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--MinecraftLauncher2010.iml11
2 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f68d109..7baa262 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
out/
!**/src/main/**/out/
!**/src/test/**/out/
+.idea/
### Eclipse ###
.apt_generated
diff --git a/MinecraftLauncher2010.iml b/MinecraftLauncher2010.iml
new file mode 100644
index 0000000..c90834f
--- /dev/null
+++ b/MinecraftLauncher2010.iml
@@ -0,0 +1,11 @@
+<?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" />
+ </component>
+</module> \ No newline at end of file