diff options
author | Nicholas <39665412+wRorsjakz@users.noreply.github.com> | 2019-01-05 17:24:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 17:24:13 +0800 |
commit | 2b2b61395f368ffa47cbf5acb08d23a65887f916 (patch) | |
tree | 4a27ad3678c966ec07d647352147cf29af4b5af7 /Android.gitignore | |
parent | 18654b47c86bef38add5cd091ec2dac7d6e6e37b (diff) | |
download | gitignore-2b2b61395f368ffa47cbf5acb08d23a65887f916.tar.gz gitignore-2b2b61395f368ffa47cbf5acb08d23a65887f916.zip |
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)
Diffstat (limited to 'Android.gitignore')
-rw-r--r-- | Android.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 |