galadril / DomoticzForAndroid

This is a Domoticz Android app. Domoticz is a very light weight home automation system ...
http://www.domoticz.com
14 stars 7 forks source link

ignoring projects files #103

Closed fchauveau closed 8 years ago

fchauveau commented 8 years ago

Hi, I've just update git ignore file to add all android studio files (.iml, .idea/) that don't need to be committed

galadril commented 8 years ago

Thanks!

RoadXY commented 8 years ago

I hope this works. Have been trying to figure this out because I have to manually disable these files every pull request :-/

RoadXY commented 8 years ago

Confirmed! Pushed to my AVD, re-synced Gradle and still no new files when pushing the commit button! /Me happy person!

galadril commented 8 years ago

Nice 1

fchauveau commented 8 years ago

Yep, once commited to remove files from git you should use git rm --cached If you still have troubles, you can drop local folder and do a new git clone.

RoadXY commented 8 years ago

Great, thanks.