From e7fc5336c818e6ce9f81069df73c258d116acc9f Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Tue, 29 Jun 2021 09:02:17 +0200 Subject: Switches from groovy's spock testing framework back to java --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0217c9d..e5712de 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ .vscode build .project - - +.classpath +.settings +bin \ No newline at end of file -- cgit