From 5e43e4fc3461d03cb5a241283156f16468c168ac Mon Sep 17 00:00:00 2001 From: dags- Date: Wed, 4 Mar 2020 21:05:07 +0000 Subject: [PATCH] remove settings.gradle from n2d --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 18e01e6..36c7d7e 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ out/ run/ *.iml /.gradle/ -/Noise2D/out/ /.idea/ -/Noise2D/out/production/resources/ -/Noise2D/out/production/resources/license.txt +*/build/ +*/out/ \ No newline at end of file