diff options
author | Thibault Gagnaux <tgagnaux@gmail.com> | 2021-06-30 15:37:38 +0200 |
---|---|---|
committer | Thibault Gagnaux <tgagnaux@gmail.com> | 2021-06-30 15:37:38 +0200 |
commit | b87c1babf4a1d0b9cdf417b8aaf8da8edc473766 (patch) | |
tree | 918b967b94b6963ae785ed276115eb247f774e84 /.gitignore | |
parent | e7fc5336c818e6ce9f81069df73c258d116acc9f (diff) | |
download | frege-gradle-plugin-b87c1babf4a1d0b9cdf417b8aaf8da8edc473766.tar.gz frege-gradle-plugin-b87c1babf4a1d0b9cdf417b8aaf8da8edc473766.tar.bz2 frege-gradle-plugin-b87c1babf4a1d0b9cdf417b8aaf8da8edc473766.zip |
Adds first `SetupFregeCompilerTaks` with some tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,4 +4,5 @@ build .project .classpath .settings -bin
\ No newline at end of file +bin +.DS_Store
\ No newline at end of file |