From e10a7fd8ee77d0740e9af37b8cdd87810642215e Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Thu, 28 Feb 2019 00:56:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20add=20.gitignore=20(exclu?= =?UTF-8?q?de=20builddir)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29148a8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Mac OS +.DS_Store + +# test coverage +tests/clover.xml + +# packaged app +build/artifacts