From 2b2b61395f368ffa47cbf5acb08d23a65887f916 Mon Sep 17 00:00:00 2001 From: Nicholas <39665412+wRorsjakz@users.noreply.github.com> Date: Sat, 5 Jan 2019 17:24:13 +0800 Subject: [PATCH] Add version control ignore vcs.xml can be considered for gitignore as per this [stackoverflow discussion](https://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project/18454251#18454251) --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 69eda014..f7d1ba4b 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -65,3 +65,6 @@ fastlane/Preview.html fastlane/screenshots fastlane/test_output fastlane/readme.md + +# Version control +vcs.xml