From 4a5ac5ad5834829663eefa472f0efa3cbf465440 Mon Sep 17 00:00:00 2001 From: Holt59 Date: Sat, 24 Feb 2018 13:40:40 +0100 Subject: [PATCH] Update gitignore. --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c5af03..877e9d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ +# OS specific files and folders .DS_Store + +# Java specific files and folders bin -/target/ +target + +# Editor specific files and folders +*~ + +# Project speicific files and folders +*.map +*.path +Maps +Paths \ No newline at end of file