diff options
author | MichaĆ Dobrzanski <dobrzanski.michal.daniel@gmail.com> | 2019-11-17 19:13:08 +0100 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2019-11-17 14:13:08 -0400 |
commit | 1c114570c7659a59613ebc1fe45a5b07918df105 (patch) | |
tree | 297bef2378af096b4300594da10cd293b967d5ff | |
parent | c3e97a0e963e11942952a270ca18768ba095a188 (diff) | |
download | gitignore-1c114570c7659a59613ebc1fe45a5b07918df105.tar.gz gitignore-1c114570c7659a59613ebc1fe45a5b07918df105.zip |
Added aar file type to gitignore (#3233)
-rw-r--r-- | Android.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.gitignore b/Android.gitignore index cf226dd9..56cc6425 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,5 +1,6 @@ # Built application files *.apk +*.aar *.ap_ *.aab |