diff --git a/.gitignore b/.gitignore index f4ebca256..8656583fa 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +/src/minecraft/mcp diff --git a/baritone.iml b/baritone.iml new file mode 100644 index 000000000..ccd576e34 --- /dev/null +++ b/baritone.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file