harjot-oberai / MusicDNA

A Music Player for android that renders beautiful DNA(Visualization) of the currently playing music.
Other
2.83k stars 582 forks source link

Several fixes regarding gitignore. #32

Closed deep110 closed 7 years ago

deep110 commented 7 years ago
hareshkh commented 7 years ago

@deep110 : For adding a default Config.java and then make git not track it every user has to run git update-index --assume-unchanged <filename> after clone. So if something is expected after clone and before first build it is better to add a Config.java rather than running this command.