From 3266cbd32d933b9537c0b985b467e605f0c518a3 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 2 Jul 2019 08:36:41 -0400 Subject: [PATCH] Update .gitignore --- .gitignore | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index f8d0532..e40ebfb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,18 @@ -plugins/Plugin NPC.jar -plugins/Plugin Misc HW.jar -plugins/Plant.jar -plugins/Cubot.jar -.idea/* +.idea/ +out/ +data/ +history mar.log mar.log.lck *.iml *.class */target/* -plugins/*.jar -save.json -Server/Server.iml target/* -Server/Server.iml -Server/src/main/java/META-INF/MANIFEST.MF +META-INF/ .settings .project .classpath + # VSCode Workspace -.vscode/ \ No newline at end of file +.vscode/