Updated gitignore

This commit is contained in:
Howard Stark 2018-08-01 13:07:40 -04:00
parent 9201b99853
commit e8e9fd3b56
No known key found for this signature in database
GPG Key ID: 9FA4E350B33067F3
2 changed files with 17 additions and 1 deletions

9
.gitignore vendored
View File

@ -1,4 +1,11 @@
.DS_Store
**/*.swp
# IntelliJ Files
.idea/
*.iml
# MCP Files
/CHANGELOG
/LICENSE.txt
/bin/
@ -42,4 +49,4 @@ nbproject/
/updatenames.bat
/updatenames.sh
/src/minecraft/net
/src/minecraft/mcp
/src/minecraft/mcp

9
baritone.iml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="baritone" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>