From 3176f33a9edc94cc5a7d05ec5f6dfaf2ff1a65bd Mon Sep 17 00:00:00 2001 From: viktoria Date: Sat, 11 Feb 2017 01:50:25 +0100 Subject: [PATCH] fix gitignore --- .gitignore | 5 +---- wear/.gitignore | 5 +++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b80e6aff48..79927b784d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,9 @@ *.iml -wear/wear.iml .gradle /local.properties -/.idea/workspace.xml -/.idea/libraries .DS_Store /build /captures *.apk build/ -**/*.iml +.idea/ diff --git a/wear/.gitignore b/wear/.gitignore index 796b96d1c4..b8b317ddfe 100644 --- a/wear/.gitignore +++ b/wear/.gitignore @@ -1 +1,6 @@ +*.iml +.gradle /build +*.apk +build/ +.idea/