From e8e9fd3b5663e3545ca798203099845b70deb202 Mon Sep 17 00:00:00 2001 From: Howard Stark Date: Wed, 1 Aug 2018 13:07:40 -0400 Subject: [PATCH] Updated gitignore --- .gitignore | 9 ++++++++- baritone.iml | 9 +++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 baritone.iml diff --git a/.gitignore b/.gitignore index f4ebca25..8656583f 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 00000000..ccd576e3 --- /dev/null +++ b/baritone.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file