From be9d7a3cdda7bdda905448d7713d28e1a736988d Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Sun, 12 Aug 2018 21:24:16 -0500 Subject: [PATCH] Add gitignore --- bukkit-helper-113/.gitignore | 2 ++ bukkit-helper/.gitignore | 1 + bukkit/.gitignore | 1 + dynmap-api/.gitignore | 2 ++ 4 files changed, 6 insertions(+) diff --git a/bukkit-helper-113/.gitignore b/bukkit-helper-113/.gitignore index 99d2bb15..c3b80bfd 100644 --- a/bukkit-helper-113/.gitignore +++ b/bukkit-helper-113/.gitignore @@ -1,2 +1,4 @@ /target/ /build/ +/bin/ +.classpath diff --git a/bukkit-helper/.gitignore b/bukkit-helper/.gitignore index eeca7fe3..c3b80bfd 100644 --- a/bukkit-helper/.gitignore +++ b/bukkit-helper/.gitignore @@ -1,3 +1,4 @@ /target/ /build/ /bin/ +.classpath diff --git a/bukkit/.gitignore b/bukkit/.gitignore index f2358cb5..63a6b080 100644 --- a/bukkit/.gitignore +++ b/bukkit/.gitignore @@ -2,3 +2,4 @@ /dependency-reduced-pom.xml /build/ /bin/ +.classpath diff --git a/dynmap-api/.gitignore b/dynmap-api/.gitignore index 84c048a7..ac164c07 100644 --- a/dynmap-api/.gitignore +++ b/dynmap-api/.gitignore @@ -1 +1,3 @@ /build/ +/bin/ +.classpath