From 0865b802b6cbecce67d2e43fd8eab3605de34999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Sch=C3=B6ning?= Date: Mon, 30 Oct 2017 11:47:20 +0100 Subject: [PATCH] Ignore build/ and dist/. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d69ca53..415960d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,7 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* -/nbproject/private/ \ No newline at end of file +/nbproject/private/ + +build/ +dist/ \ No newline at end of file