diff --git a/.gitignore b/.gitignore index f56d839..159b7c7 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,8 @@ target/ *.zip *.tar.gz *.rar +*.code-workspace +*.iml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* \ No newline at end of file diff --git a/BetterMinecraft.iml b/BetterMinecraft.iml deleted file mode 100644 index 26ab7b0..0000000 --- a/BetterMinecraft.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/workspace.code-workspace b/workspace.code-workspace deleted file mode 100644 index 99aa626..0000000 --- a/workspace.code-workspace +++ /dev/null @@ -1,14 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": { - "files.autoGuessEncoding":true, - "files.encoding": "utf8", - "java.home": "C:\\Program Files\\Java\\jdk-16.0.1", - "java.jdt.ls.vmargs": "-Dfile.encoding=UTF-8", - "javac-linter.javac": "javac -Dfile.encoding=UTF-8" - } -} \ No newline at end of file