From 36a388f27265ab90df9186c7e754b03d8554affa Mon Sep 17 00:00:00 2001 From: elena Date: Thu, 12 Apr 2018 14:01:04 +0300 Subject: [PATCH] added gradle files to gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ddbba93..2f28731 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,8 @@ # Intellij *.iml -.idea \ No newline at end of file +.idea + +# Gradle files +.gradle/ +gradle/ \ No newline at end of file