From b87c1babf4a1d0b9cdf417b8aaf8da8edc473766 Mon Sep 17 00:00:00 2001 From: Thibault Gagnaux Date: Wed, 30 Jun 2021 15:37:38 +0200 Subject: Adds first `SetupFregeCompilerTaks` with some tests --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e5712de..34670f9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ build .project .classpath .settings -bin \ No newline at end of file +bin +.DS_Store \ No newline at end of file -- cgit